Class PreComponentUpdateEvent

    • Constructor Detail

      • PreComponentUpdateEvent

        public PreComponentUpdateEvent()
    • Method Detail

      • getDeploymentId

        public String getDeploymentId()
        The ID of the AWS IoT Greengrass deployment that updates the component.
      • setDeploymentId

        public void setDeploymentId​(String deploymentId)
        The ID of the AWS IoT Greengrass deployment that updates the component.
      • withDeploymentId

        public PreComponentUpdateEvent withDeploymentId​(String deploymentId)
        The ID of the AWS IoT Greengrass deployment that updates the component.
      • isIsGgcRestarting

        public Boolean isIsGgcRestarting()
        Whether or not Greengrass needs to restart to apply the update.
      • setIsGgcRestarting

        public void setIsGgcRestarting​(Boolean isGgcRestarting)
        Whether or not Greengrass needs to restart to apply the update.
      • withIsGgcRestarting

        public PreComponentUpdateEvent withIsGgcRestarting​(Boolean isGgcRestarting)
        Whether or not Greengrass needs to restart to apply the update.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object