@Generated(value="software.amazon.awssdk:codegen") public final class OtherMetadataValueListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>
A structure containing other metadata for a schema version belonging to the same metadata key.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OtherMetadataValueListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OtherMetadataValueListItem.Builder |
builder() |
String |
createdTime()
The time at which the entry was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metadataValue()
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OtherMetadataValueListItem.Builder> |
serializableBuilderClass() |
OtherMetadataValueListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String metadataValue()
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
public final String createdTime()
The time at which the entry was created.
public OtherMetadataValueListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>public static OtherMetadataValueListItem.Builder builder()
public static Class<? extends OtherMetadataValueListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.