Class AllowedValue
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.AllowedValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AllowedValue.Builder,AllowedValue>
@Generated("software.amazon.awssdk:codegen") public final class AllowedValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowedValue.Builder,AllowedValue>
An object representing a value allowed for a property.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAllowedValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllowedValue.Builderbuilder()Stringdescription()A description of the allowed value.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AllowedValue.Builder>serializableBuilderClass()AllowedValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value allowed for the property.-
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
-
description
public final String description()
A description of the allowed value.
- Returns:
- A description of the allowed value.
-
value
public final String value()
The value allowed for the property.
- Returns:
- The value allowed for the property.
-
toBuilder
public AllowedValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AllowedValue.Builder,AllowedValue>
-
builder
public static AllowedValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends AllowedValue.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-