Class ValidateConfigurationUpdateEvent

    • Constructor Detail

      • ValidateConfigurationUpdateEvent

        public ValidateConfigurationUpdateEvent()
    • Method Detail

      • getConfiguration

        public Map<String,​Object> getConfiguration()
        The object that contains the new configuration.
      • setConfiguration

        public void setConfiguration​(Map<String,​Object> configuration)
        The object that contains the new configuration.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object