@Generated(value="software.amazon.awssdk:codegen") public final class IndexAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>
Represents an index and an attached object.
Modifier and Type | Class and Description |
---|---|
static interface |
IndexAttachment.Builder |
Modifier and Type | Method and Description |
---|---|
static IndexAttachment.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<AttributeKeyAndValue> |
indexedAttributes()
The indexed attribute values.
|
String |
objectIdentifier()
In response to ListIndex, the
ObjectIdentifier of the object attached to the index. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IndexAttachment.Builder> |
serializableBuilderClass() |
IndexAttachment.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<AttributeKeyAndValue> indexedAttributes()
The indexed attribute values.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String objectIdentifier()
In response to ListIndex, the ObjectIdentifier
of the object attached to the index. In
response to ListAttachedIndices, the ObjectIdentifier
of the index attached to the object.
This field will always contain the ObjectIdentifier
of the object on the opposite side of the
attachment specified in the query.
ObjectIdentifier
of the object attached to the index.
In response to ListAttachedIndices, the ObjectIdentifier
of the index attached to the
object. This field will always contain the ObjectIdentifier
of the object on the opposite
side of the attachment specified in the query.public IndexAttachment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>
public static IndexAttachment.Builder builder()
public static Class<? extends IndexAttachment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.