Class CancelLocalDeploymentRequest
- java.lang.Object
- 
- software.amazon.awssdk.aws.greengrass.model.CancelLocalDeploymentRequest
 
- 
- All Implemented Interfaces:
- EventStreamJsonMessage
 
 public class CancelLocalDeploymentRequest extends Object implements EventStreamJsonMessage 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_MODEL_TYPEstatic CancelLocalDeploymentRequestVOID
 - 
Constructor SummaryConstructors Constructor Description CancelLocalDeploymentRequest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)StringgetApplicationModelType()Returns the named model type.StringgetDeploymentId()(Optional) The ID of the local deployment to cancel.inthashCode()voidsetDeploymentId(String deploymentId)(Optional) The ID of the local deployment to cancel.CancelLocalDeploymentRequestwithDeploymentId(String deploymentId)(Optional) The ID of the local deployment to cancel.- 
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 CancelLocalDeploymentRequest VOID 
 
- 
 - 
Method Detail- 
getDeploymentIdpublic String getDeploymentId() (Optional) The ID of the local deployment to cancel.
 - 
setDeploymentIdpublic void setDeploymentId(String deploymentId) (Optional) The ID of the local deployment to cancel.
 - 
withDeploymentIdpublic CancelLocalDeploymentRequest withDeploymentId(String deploymentId) (Optional) The ID of the local deployment to cancel.
 - 
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
 
 
- 
 
-