@Generated(value="software.amazon.awssdk:codegen") public class Deployment extends Object implements StructuredPojo, 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()
Timestamp when the deployment was created.
|
String |
deploymentArn()
Arn of the deployment.
|
String |
deploymentId()
Id of the deployment.
|
DeploymentType |
deploymentType()
The type of deployment.
|
String |
deploymentTypeAsString()
The type of deployment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupArn()
Arn of the group for this deployment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.