Class OtherMetadataValueListItem
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.OtherMetadataValueListItem
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
OtherMetadataValueListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
metadataValue
public final String metadataValue()
The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
- Returns:
- The metadata key’s corresponding value for the other metadata belonging to the same metadata key.
-
createdTime
public final String createdTime()
The time at which the entry was created.
- Returns:
- The time at which the entry was created.
-
toBuilder
public OtherMetadataValueListItem.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<OtherMetadataValueListItem.Builder,OtherMetadataValueListItem>
-
builder
public static OtherMetadataValueListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends OtherMetadataValueListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-