Class ValidateConfigurationUpdateEvent
- java.lang.Object
- 
- software.amazon.awssdk.aws.greengrass.model.ValidateConfigurationUpdateEvent
 
- 
- All Implemented Interfaces:
- EventStreamJsonMessage
 
 public class ValidateConfigurationUpdateEvent extends Object implements EventStreamJsonMessage 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_MODEL_TYPEstatic ValidateConfigurationUpdateEventVOID
 - 
Constructor SummaryConstructors Constructor Description ValidateConfigurationUpdateEvent()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)StringgetApplicationModelType()Returns the named model type.Map<String,Object>getConfiguration()The object that contains the new configuration.StringgetDeploymentId()The ID of the AWS IoT Greengrass deployment that updates the component.inthashCode()voidsetConfiguration(Map<String,Object> configuration)The object that contains the new configuration.voidsetDeploymentId(String deploymentId)The ID of the AWS IoT Greengrass deployment that updates the component.ValidateConfigurationUpdateEventwithConfiguration(Map<String,Object> configuration)The object that contains the new configuration.ValidateConfigurationUpdateEventwithDeploymentId(String deploymentId)The ID of the AWS IoT Greengrass deployment that updates the component.- 
Methods inherited from class java.lang.ObjectgetClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface software.amazon.awssdk.eventstreamrpc.model.EventStreamJsonMessagefromJson, isVoid, postFromJson, toPayload
 
- 
 
- 
- 
- 
Field Detail- 
APPLICATION_MODEL_TYPEpublic static final String APPLICATION_MODEL_TYPE - See Also:
- Constant Field Values
 
 - 
VOIDpublic static final ValidateConfigurationUpdateEvent VOID 
 
- 
 - 
Method Detail- 
getConfigurationpublic Map<String,Object> getConfiguration() The object that contains the new configuration.
 - 
setConfigurationpublic void setConfiguration(Map<String,Object> configuration) The object that contains the new configuration.
 - 
withConfigurationpublic ValidateConfigurationUpdateEvent withConfiguration(Map<String,Object> configuration) The object that contains the new configuration.
 - 
getDeploymentIdpublic String getDeploymentId() The ID of the AWS IoT Greengrass deployment that updates the component.
 - 
setDeploymentIdpublic void setDeploymentId(String deploymentId) The ID of the AWS IoT Greengrass deployment that updates the component.
 - 
withDeploymentIdpublic ValidateConfigurationUpdateEvent withDeploymentId(String deploymentId) The ID of the AWS IoT Greengrass deployment that updates the component.
 - 
getApplicationModelTypepublic String getApplicationModelType() Description copied from interface:EventStreamJsonMessageReturns the named model type. May be used for a header.- Specified by:
- getApplicationModelTypein interface- EventStreamJsonMessage
- Returns:
- the named model type
 
 
- 
 
-