Class ProviderSchemaAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.ProviderSchemaAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProviderSchemaAttribute.Builder,ProviderSchemaAttribute>
@Generated("software.amazon.awssdk:codegen") public final class ProviderSchemaAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProviderSchemaAttribute.Builder,ProviderSchemaAttribute>
The provider schema attribute.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProviderSchemaAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProviderSchemaAttribute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldName()The field name.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanhashing()The hashing attribute of the provider schema.List<SdkField<?>>sdkFields()static Class<? extends ProviderSchemaAttribute.Builder>serializableBuilderClass()StringsubType()The sub type of the provider schema attribute.ProviderSchemaAttribute.BuildertoBuilder()StringtoString()Returns a string representation of this object.SchemaAttributeTypetype()The type of the provider schema attribute.StringtypeAsString()The type of the provider schema attribute.-
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
-
fieldName
public final String fieldName()
The field name.
- Returns:
- The field name.
-
hashing
public final Boolean hashing()
The hashing attribute of the provider schema.
- Returns:
- The hashing attribute of the provider schema.
-
subType
public final String subType()
The sub type of the provider schema attribute.
- Returns:
- The sub type of the provider schema attribute.
-
type
public final SchemaAttributeType type()
The type of the provider schema attribute.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSchemaAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the provider schema attribute.
- See Also:
SchemaAttributeType
-
typeAsString
public final String typeAsString()
The type of the provider schema attribute.
If the service returns an enum value that is not available in the current SDK version,
typewill returnSchemaAttributeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the provider schema attribute.
- See Also:
SchemaAttributeType
-
toBuilder
public ProviderSchemaAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProviderSchemaAttribute.Builder,ProviderSchemaAttribute>
-
builder
public static ProviderSchemaAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProviderSchemaAttribute.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.
-
-