@Generated(value="software.amazon.awssdk:codegen") public class LastDeploymentInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>
Information about the most recent attempted or successful deployment to a deployment group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastDeploymentInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastDeploymentInfo.Builder |
builder() |
Date |
createTime()
A timestamp indicating when the most recent deployment to the deployment group started.
|
String |
deploymentId()
The deployment ID.
|
Date |
endTime()
A timestamp indicating when the most recent deployment to the deployment group completed.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends LastDeploymentInfo.Builder> |
serializableBuilderClass() |
String |
status()
The status of the most recent deployment.
|
LastDeploymentInfo.Builder |
toBuilder() |
String |
toString() |
public String deploymentId()
The deployment ID.
public String status()
The status of the most recent deployment.
DeploymentStatuspublic Date endTime()
A timestamp indicating when the most recent deployment to the deployment group completed.
public Date createTime()
A timestamp indicating when the most recent deployment to the deployment group started.
public LastDeploymentInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<LastDeploymentInfo.Builder,LastDeploymentInfo>public static LastDeploymentInfo.Builder builder()
public static Class<? extends LastDeploymentInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.