StructuredPojo
, ToCopyableBuilder<Deployment.Builder,Deployment>
@Generated("software.amazon.awssdk:codegen") public class Deployment extends Object implements StructuredPojo, ToCopyableBuilder<Deployment.Builder,Deployment>
Modifier and Type | Class | Description |
---|---|---|
static interface |
Deployment.Builder |
Modifier and Type | Method | 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.
|
boolean |
equals(Object obj) |
|
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() |
public String createdAt()
public String deploymentArn()
public String deploymentId()
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.