@Generated(value="software.amazon.awssdk:codegen") public final class AssetRevision extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetRevision.Builder,AssetRevision>
The revision of an inventory asset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetRevision.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssetRevision.Builder |
builder() |
Instant |
createdAt()
The timestamp of when an inventory asset revison was created.
|
String |
createdBy()
The Amazon DataZone user who created the asset revision.
|
String |
domainId()
The Amazon DataZone user who created the inventory asset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the inventory asset revision.
|
String |
revision()
The revision details of the inventory asset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetRevision.Builder> |
serializableBuilderClass() |
AssetRevision.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when an inventory asset revison was created.
public final String createdBy()
The Amazon DataZone user who created the asset revision.
public final String domainId()
The Amazon DataZone user who created the inventory asset.
public final String id()
The identifier of the inventory asset revision.
public final String revision()
The revision details of the inventory asset.
public AssetRevision.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetRevision.Builder,AssetRevision>public static AssetRevision.Builder builder()
public static Class<? extends AssetRevision.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.