@Generated(value="software.amazon.awssdk:codegen") public final class GenericRevisionInfo extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
firstUsedTime()
When the revision was first used by AWS CodeDeploy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDeploymentGroups()
Returns true if the DeploymentGroups property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Instant |
lastUsedTime()
When the revision was last used by AWS CodeDeploy.
|
Instant |
registerTime()
When the revision was registered with AWS CodeDeploy.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GenericRevisionInfo.Builder> |
serializableBuilderClass() |
GenericRevisionInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String description()
A comment about the revision.
public boolean hasDeploymentGroups()
public List<String> deploymentGroups()
The deployment groups for which this is the current target revision.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDeploymentGroups() to see if a value was sent in this field.
public Instant firstUsedTime()
When the revision was first used by AWS CodeDeploy.
public Instant lastUsedTime()
When the revision was last used by AWS CodeDeploy.
public Instant registerTime()
When the revision was registered with AWS CodeDeploy.
public GenericRevisionInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GenericRevisionInfo.Builder,GenericRevisionInfo>public static GenericRevisionInfo.Builder builder()
public static Class<? extends GenericRevisionInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.