@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageDeploymentDetails extends Object implements Serializable, Cloneable, StructuredPojo
Properties that provide details of a stage deployment.
| Constructor and Description |
|---|
StageDeploymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentDetails |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
The timestamp of when the stage deployment was created.
|
String |
getDeploymentAction()
The type of action of the stage deployment.
|
String |
getDeploymentId()
The identifier of the deployment.
|
DeploymentResult |
getDeploymentResult()
The result of the deployment.
|
String |
getDeploymentState()
The state of the deployment.
|
Date |
getLastUpdated()
The timestamp of when the deployment was last updated.
|
String |
getSnapshotId()
The identifier of the snapshot associated with the stage deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreated(Date created)
The timestamp of when the stage deployment was created.
|
void |
setDeploymentAction(String deploymentAction)
The type of action of the stage deployment.
|
void |
setDeploymentId(String deploymentId)
The identifier of the deployment.
|
void |
setDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
void |
setDeploymentState(String deploymentState)
The state of the deployment.
|
void |
setLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
|
void |
setSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
String |
toString()
Returns a string representation of this object.
|
StageDeploymentDetails |
withCreated(Date created)
The timestamp of when the stage deployment was created.
|
StageDeploymentDetails |
withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails |
withDeploymentAction(String deploymentAction)
The type of action of the stage deployment.
|
StageDeploymentDetails |
withDeploymentId(String deploymentId)
The identifier of the deployment.
|
StageDeploymentDetails |
withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
|
StageDeploymentDetails |
withDeploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentDetails |
withDeploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentDetails |
withLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentDetails |
withSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
public void setCreated(Date created)
The timestamp of when the stage deployment was created.
created - The timestamp of when the stage deployment was created.public Date getCreated()
The timestamp of when the stage deployment was created.
public StageDeploymentDetails withCreated(Date created)
The timestamp of when the stage deployment was created.
created - The timestamp of when the stage deployment was created.public void setDeploymentAction(String deploymentAction)
The type of action of the stage deployment.
deploymentAction - The type of action of the stage deployment.DeploymentActionpublic String getDeploymentAction()
The type of action of the stage deployment.
DeploymentActionpublic StageDeploymentDetails withDeploymentAction(String deploymentAction)
The type of action of the stage deployment.
deploymentAction - The type of action of the stage deployment.DeploymentActionpublic StageDeploymentDetails withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the stage deployment.
deploymentAction - The type of action of the stage deployment.DeploymentActionpublic void setDeploymentId(String deploymentId)
The identifier of the deployment.
deploymentId - The identifier of the deployment.public String getDeploymentId()
The identifier of the deployment.
public StageDeploymentDetails withDeploymentId(String deploymentId)
The identifier of the deployment.
deploymentId - The identifier of the deployment.public void setDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
deploymentResult - The result of the deployment.public DeploymentResult getDeploymentResult()
The result of the deployment.
public StageDeploymentDetails withDeploymentResult(DeploymentResult deploymentResult)
The result of the deployment.
deploymentResult - The result of the deployment.public void setDeploymentState(String deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentStatepublic String getDeploymentState()
The state of the deployment.
DeploymentStatepublic StageDeploymentDetails withDeploymentState(String deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentStatepublic StageDeploymentDetails withDeploymentState(DeploymentState deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentStatepublic void setLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
lastUpdated - The timestamp of when the deployment was last updated.public Date getLastUpdated()
The timestamp of when the deployment was last updated.
public StageDeploymentDetails withLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
lastUpdated - The timestamp of when the deployment was last updated.public void setSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
snapshotId - The identifier of the snapshot associated with the stage deployment.public String getSnapshotId()
The identifier of the snapshot associated with the stage deployment.
public StageDeploymentDetails withSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
snapshotId - The identifier of the snapshot associated with the stage deployment.public String toString()
toString in class ObjectObject.toString()public StageDeploymentDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.