@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageDeploymentSummary extends Object implements Serializable, Cloneable, StructuredPojo
The summary of the properties of a stage deployment.
| Constructor and Description |
|---|
StageDeploymentSummary() |
| Modifier and Type | Method and Description |
|---|---|
StageDeploymentSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentAction()
The type of action of the deployment.
|
String |
getDeploymentId()
The identifier 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 |
setDeploymentAction(String deploymentAction)
The type of action of the deployment.
|
void |
setDeploymentId(String deploymentId)
The identifier 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.
|
StageDeploymentSummary |
withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary |
withDeploymentAction(String deploymentAction)
The type of action of the deployment.
|
StageDeploymentSummary |
withDeploymentId(String deploymentId)
The identifier of the deployment.
|
StageDeploymentSummary |
withDeploymentState(DeploymentState deploymentState)
The state of the deployment.
|
StageDeploymentSummary |
withDeploymentState(String deploymentState)
The state of the deployment.
|
StageDeploymentSummary |
withLastUpdated(Date lastUpdated)
The timestamp of when the deployment was last updated.
|
StageDeploymentSummary |
withSnapshotId(String snapshotId)
The identifier of the snapshot associated with the stage deployment.
|
public void setDeploymentAction(String deploymentAction)
The type of action of the deployment.
deploymentAction - The type of action of the deployment.DeploymentActionpublic String getDeploymentAction()
The type of action of the deployment.
DeploymentActionpublic StageDeploymentSummary withDeploymentAction(String deploymentAction)
The type of action of the deployment.
deploymentAction - The type of action of the deployment.DeploymentActionpublic StageDeploymentSummary withDeploymentAction(DeploymentAction deploymentAction)
The type of action of the deployment.
deploymentAction - The type of action of the 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 StageDeploymentSummary withDeploymentId(String deploymentId)
The identifier of the deployment.
deploymentId - The identifier 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 StageDeploymentSummary withDeploymentState(String deploymentState)
The state of the deployment.
deploymentState - The state of the deployment.DeploymentStatepublic StageDeploymentSummary 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 StageDeploymentSummary 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 StageDeploymentSummary 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 StageDeploymentSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.