@Generated(value="software.amazon.awssdk:codegen") public final class Deployment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Deployment.Builder,Deployment>
Modifier and Type | Class and Description |
---|---|
static interface |
Deployment.Builder |
Modifier and Type | Method and Description |
---|---|
static Deployment.Builder |
builder() |
String |
createdAt()
The time, in milliseconds since the epoch, when the deployment was created.
|
String |
deploymentArn()
The ARN of the deployment.
|
String |
deploymentId()
The ID of the deployment.
|
DeploymentType |
deploymentType()
The type of the deployment.
|
String |
deploymentTypeAsString()
The type of the deployment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupArn()
The ARN of the group for this deployment.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Deployment.Builder> |
serializableBuilderClass() |
Deployment.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String createdAt()
public String deploymentArn()
public String deploymentId()
public DeploymentType deploymentType()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from deploymentTypeAsString()
.
DeploymentType
public String deploymentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from deploymentTypeAsString()
.
DeploymentType
public String groupArn()
public Deployment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Deployment.Builder,Deployment>
public static Deployment.Builder builder()
public static Class<? extends Deployment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.