@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Deployment extends Object implements Serializable, Cloneable, StructuredPojo
The details of the last deployment of the environment.
Constructor and Description |
---|
Deployment() |
Modifier and Type | Method and Description |
---|---|
Deployment |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentId()
The identifier of the last deployment of the environment.
|
String |
getDeploymentStatus()
The status of the last deployment of the environment.
|
String |
getDeploymentType()
The type of the last deployment of the environment.
|
EnvironmentError |
getFailureReason()
The failure reason of the last deployment of the environment.
|
Boolean |
getIsDeploymentComplete()
Specifies whether the last deployment of the environment is complete.
|
List<String> |
getMessages()
The messages of the last deployment of the environment.
|
int |
hashCode() |
Boolean |
isDeploymentComplete()
Specifies whether the last deployment of the environment is complete.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeploymentId(String deploymentId)
The identifier of the last deployment of the environment.
|
void |
setDeploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
|
void |
setDeploymentType(String deploymentType)
The type of the last deployment of the environment.
|
void |
setFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
void |
setIsDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
|
void |
setMessages(Collection<String> messages)
The messages of the last deployment of the environment.
|
String |
toString()
Returns a string representation of this object.
|
Deployment |
withDeploymentId(String deploymentId)
The identifier of the last deployment of the environment.
|
Deployment |
withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
|
Deployment |
withDeploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
|
Deployment |
withDeploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
|
Deployment |
withDeploymentType(String deploymentType)
The type of the last deployment of the environment.
|
Deployment |
withFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
|
Deployment |
withIsDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
|
Deployment |
withMessages(Collection<String> messages)
The messages of the last deployment of the environment.
|
Deployment |
withMessages(String... messages)
The messages of the last deployment of the environment.
|
public void setDeploymentId(String deploymentId)
The identifier of the last deployment of the environment.
deploymentId
- The identifier of the last deployment of the environment.public String getDeploymentId()
The identifier of the last deployment of the environment.
public Deployment withDeploymentId(String deploymentId)
The identifier of the last deployment of the environment.
deploymentId
- The identifier of the last deployment of the environment.public void setDeploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
deploymentStatus
- The status of the last deployment of the environment.DeploymentStatus
public String getDeploymentStatus()
The status of the last deployment of the environment.
DeploymentStatus
public Deployment withDeploymentStatus(String deploymentStatus)
The status of the last deployment of the environment.
deploymentStatus
- The status of the last deployment of the environment.DeploymentStatus
public Deployment withDeploymentStatus(DeploymentStatus deploymentStatus)
The status of the last deployment of the environment.
deploymentStatus
- The status of the last deployment of the environment.DeploymentStatus
public void setDeploymentType(String deploymentType)
The type of the last deployment of the environment.
deploymentType
- The type of the last deployment of the environment.DeploymentType
public String getDeploymentType()
The type of the last deployment of the environment.
DeploymentType
public Deployment withDeploymentType(String deploymentType)
The type of the last deployment of the environment.
deploymentType
- The type of the last deployment of the environment.DeploymentType
public Deployment withDeploymentType(DeploymentType deploymentType)
The type of the last deployment of the environment.
deploymentType
- The type of the last deployment of the environment.DeploymentType
public void setFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
failureReason
- The failure reason of the last deployment of the environment.public EnvironmentError getFailureReason()
The failure reason of the last deployment of the environment.
public Deployment withFailureReason(EnvironmentError failureReason)
The failure reason of the last deployment of the environment.
failureReason
- The failure reason of the last deployment of the environment.public void setIsDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
isDeploymentComplete
- Specifies whether the last deployment of the environment is complete.public Boolean getIsDeploymentComplete()
Specifies whether the last deployment of the environment is complete.
public Deployment withIsDeploymentComplete(Boolean isDeploymentComplete)
Specifies whether the last deployment of the environment is complete.
isDeploymentComplete
- Specifies whether the last deployment of the environment is complete.public Boolean isDeploymentComplete()
Specifies whether the last deployment of the environment is complete.
public List<String> getMessages()
The messages of the last deployment of the environment.
public void setMessages(Collection<String> messages)
The messages of the last deployment of the environment.
messages
- The messages of the last deployment of the environment.public Deployment withMessages(String... messages)
The messages of the last deployment of the environment.
NOTE: This method appends the values to the existing list (if any). Use
setMessages(java.util.Collection)
or withMessages(java.util.Collection)
if you want to override
the existing values.
messages
- The messages of the last deployment of the environment.public Deployment withMessages(Collection<String> messages)
The messages of the last deployment of the environment.
messages
- The messages of the last deployment of the environment.public String toString()
toString
in class Object
Object.toString()
public Deployment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.