Class UniqueAttribute
- java.lang.Object
-
- software.amazon.awssdk.services.identitystore.model.UniqueAttribute
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UniqueAttribute.Builder,UniqueAttribute>
@Generated("software.amazon.awssdk:codegen") public final class UniqueAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UniqueAttribute.Builder,UniqueAttribute>
An entity attribute that's unique to a specific entity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUniqueAttribute.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattributePath()A string representation of the path to a given attribute or sub-attribute.DocumentattributeValue()The value of the attribute.static UniqueAttribute.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UniqueAttribute.Builder>serializableBuilderClass()UniqueAttribute.BuildertoBuilder()StringtoString()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
-
attributePath
public final String attributePath()
A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
- Returns:
- A string representation of the path to a given attribute or sub-attribute. Supports JMESPath.
-
attributeValue
public final Document attributeValue()
The value of the attribute. This is a
Documenttype. This type is not supported by Java V1, Go V1, and older versions of the CLI.- Returns:
- The value of the attribute. This is a
Documenttype. This type is not supported by Java V1, Go V1, and older versions of the CLI.
-
toBuilder
public UniqueAttribute.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UniqueAttribute.Builder,UniqueAttribute>
-
builder
public static UniqueAttribute.Builder builder()
-
serializableBuilderClass
public static Class<? extends UniqueAttribute.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.
-
-