@Generated(value="software.amazon.awssdk:codegen") public class GenericRevisionInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>
Information about an application revision.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GenericRevisionInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GenericRevisionInfo.Builder |
builder() |
List<String> |
deploymentGroups()
The deployment groups for which this is the current target revision.
|
String |
description()
A comment about the revision.
|
boolean |
equals(Object obj) |
Date |
firstUsedTime()
When the revision was first used by AWS CodeDeploy.
|
int |
hashCode() |
Date |
lastUsedTime()
When the revision was last used by AWS CodeDeploy.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Date |
registerTime()
When the revision was registered with AWS CodeDeploy.
|
static Class<? extends GenericRevisionInfo.Builder> |
serializableBuilderClass() |
GenericRevisionInfo.Builder |
toBuilder() |
String |
toString() |
public String description()
A comment about the revision.
public List<String> deploymentGroups()
The deployment groups for which this is the current target revision.
public Date firstUsedTime()
When the revision was first used by AWS CodeDeploy.
public Date lastUsedTime()
When the revision was last used by AWS CodeDeploy.
public Date registerTime()
When the revision was registered with AWS CodeDeploy.
public GenericRevisionInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>public static GenericRevisionInfo.Builder builder()
public static Class<? extends GenericRevisionInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.