Class AttributeNameAndValue
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.AttributeNameAndValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
@Generated("software.amazon.awssdk:codegen") public final class AttributeNameAndValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
Identifies the attribute name and value for a typed link.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttributeNameAndValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattributeName()The attribute name of the typed link.static AttributeNameAndValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AttributeNameAndValue.Builder>serializableBuilderClass()AttributeNameAndValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.TypedAttributeValuevalue()The value for the typed link.-
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
-
attributeName
public final String attributeName()
The attribute name of the typed link.
- Returns:
- The attribute name of the typed link.
-
value
public final TypedAttributeValue value()
The value for the typed link.
- Returns:
- The value for the typed link.
-
toBuilder
public AttributeNameAndValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AttributeNameAndValue.Builder,AttributeNameAndValue>
-
builder
public static AttributeNameAndValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends AttributeNameAndValue.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.
-
-