@Generated(value="software.amazon.awssdk:codegen") public final class IndexAttachment extends Object implements StructuredPojo, 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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
objectIdentifier()
The
ObjectIdentifier of the object attached to the index. |
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()
The ObjectIdentifier
of the object attached to the index.
ObjectIdentifier
of the object attached to the index.public IndexAttachment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>
public static IndexAttachment.Builder builder()
public static Class<? extends IndexAttachment.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.