StructuredPojo, ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>@Generated("software.amazon.awssdk:codegen") public class IndexAttachment extends Object implements StructuredPojo, ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>
Represents an index and an attached object.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
IndexAttachment.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static IndexAttachment.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
public List<AttributeKeyAndValue> indexedAttributes()
The indexed attribute values.
public String objectIdentifier()
The ObjectIdentifier of the object attached to the index.
ObjectIdentifier of the object attached to the index.public IndexAttachment.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<IndexAttachment.Builder,IndexAttachment>public static IndexAttachment.Builder builder()
public static Class<? extends IndexAttachment.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.