@Generated(value="software.amazon.awssdk:codegen") public final class CurrentRevision extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CurrentRevision.Builder,CurrentRevision>
Represents information about a current revision.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CurrentRevision.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CurrentRevision.Builder |
builder() |
String |
changeIdentifier()
The change identifier for the current revision.
|
Instant |
created()
The date and time when the most recent revision of the artifact was created, in timestamp format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revision()
The revision ID of the current version of an artifact.
|
String |
revisionSummary()
The summary of the most recent revision of the artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CurrentRevision.Builder> |
serializableBuilderClass() |
CurrentRevision.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String revision()
The revision ID of the current version of an artifact.
public final String changeIdentifier()
The change identifier for the current revision.
public final Instant created()
The date and time when the most recent revision of the artifact was created, in timestamp format.
public final String revisionSummary()
The summary of the most recent revision of the artifact.
public CurrentRevision.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CurrentRevision.Builder,CurrentRevision>public static CurrentRevision.Builder builder()
public static Class<? extends CurrentRevision.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.