Class DeploymentStatusDetails
- java.lang.Object
- 
- software.amazon.awssdk.aws.greengrass.model.DeploymentStatusDetails
 
- 
- All Implemented Interfaces:
- EventStreamJsonMessage
 
 public class DeploymentStatusDetails extends Object implements EventStreamJsonMessage 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_MODEL_TYPEstatic DeploymentStatusDetailsVOID
 - 
Constructor SummaryConstructors Constructor Description DeploymentStatusDetails()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object rhs)StringgetApplicationModelType()Returns the named model type.List<String>getDeploymentErrorStack()(Optional) The list of local deployment errorsList<String>getDeploymentErrorTypes()(Optional) The list of local deployment error typesStringgetDeploymentFailureCause()(Optional) The cause of local deployment failureDetailedDeploymentStatusgetDetailedDeploymentStatus()StringgetDetailedDeploymentStatusAsString()The detailed deployment status of the local deployment.inthashCode()voidsetDeploymentErrorStack(List<String> deploymentErrorStack)(Optional) The list of local deployment errorsvoidsetDeploymentErrorTypes(List<String> deploymentErrorTypes)(Optional) The list of local deployment error typesvoidsetDeploymentFailureCause(String deploymentFailureCause)(Optional) The cause of local deployment failurevoidsetDetailedDeploymentStatus(String detailedDeploymentStatus)The detailed deployment status of the local deployment.voidsetDetailedDeploymentStatus(DetailedDeploymentStatus detailedDeploymentStatus)The detailed deployment status of the local deployment.DeploymentStatusDetailswithDeploymentErrorStack(List<String> deploymentErrorStack)(Optional) The list of local deployment errorsDeploymentStatusDetailswithDeploymentErrorTypes(List<String> deploymentErrorTypes)(Optional) The list of local deployment error typesDeploymentStatusDetailswithDeploymentFailureCause(String deploymentFailureCause)(Optional) The cause of local deployment failureDeploymentStatusDetailswithDetailedDeploymentStatus(String detailedDeploymentStatus)The detailed deployment status of the local deployment.DeploymentStatusDetailswithDetailedDeploymentStatus(DetailedDeploymentStatus detailedDeploymentStatus)The detailed deployment status of the local deployment.- 
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 DeploymentStatusDetails VOID 
 
- 
 - 
Method Detail- 
getDetailedDeploymentStatuspublic DetailedDeploymentStatus getDetailedDeploymentStatus() 
 - 
getDetailedDeploymentStatusAsStringpublic String getDetailedDeploymentStatusAsString() The detailed deployment status of the local deployment.
 - 
setDetailedDeploymentStatuspublic void setDetailedDeploymentStatus(String detailedDeploymentStatus) The detailed deployment status of the local deployment.
 - 
withDetailedDeploymentStatuspublic DeploymentStatusDetails withDetailedDeploymentStatus(String detailedDeploymentStatus) The detailed deployment status of the local deployment.
 - 
setDetailedDeploymentStatuspublic void setDetailedDeploymentStatus(DetailedDeploymentStatus detailedDeploymentStatus) The detailed deployment status of the local deployment.
 - 
withDetailedDeploymentStatuspublic DeploymentStatusDetails withDetailedDeploymentStatus(DetailedDeploymentStatus detailedDeploymentStatus) The detailed deployment status of the local deployment.
 - 
getDeploymentErrorStackpublic List<String> getDeploymentErrorStack() (Optional) The list of local deployment errors
 - 
setDeploymentErrorStackpublic void setDeploymentErrorStack(List<String> deploymentErrorStack) (Optional) The list of local deployment errors
 - 
withDeploymentErrorStackpublic DeploymentStatusDetails withDeploymentErrorStack(List<String> deploymentErrorStack) (Optional) The list of local deployment errors
 - 
getDeploymentErrorTypespublic List<String> getDeploymentErrorTypes() (Optional) The list of local deployment error types
 - 
setDeploymentErrorTypespublic void setDeploymentErrorTypes(List<String> deploymentErrorTypes) (Optional) The list of local deployment error types
 - 
withDeploymentErrorTypespublic DeploymentStatusDetails withDeploymentErrorTypes(List<String> deploymentErrorTypes) (Optional) The list of local deployment error types
 - 
getDeploymentFailureCausepublic String getDeploymentFailureCause() (Optional) The cause of local deployment failure
 - 
setDeploymentFailureCausepublic void setDeploymentFailureCause(String deploymentFailureCause) (Optional) The cause of local deployment failure
 - 
withDeploymentFailureCausepublic DeploymentStatusDetails withDeploymentFailureCause(String deploymentFailureCause) (Optional) The cause of local deployment failure
 - 
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
 
 
- 
 
-