ToCopyableBuilder<AttachToIndexResponse.Builder,AttachToIndexResponse>
@Generated("software.amazon.awssdk:codegen") public class AttachToIndexResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AttachToIndexResponse.Builder,AttachToIndexResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AttachToIndexResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
attachedObjectIdentifier() |
The
ObjectIdentifier of the object that was attached to the index. |
static AttachToIndexResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AttachToIndexResponse.Builder> |
serializableBuilderClass() |
|
AttachToIndexResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String attachedObjectIdentifier()
The ObjectIdentifier
of the object that was attached to the index.
ObjectIdentifier
of the object that was attached to the index.public AttachToIndexResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttachToIndexResponse.Builder,AttachToIndexResponse>
public static AttachToIndexResponse.Builder builder()
public static Class<? extends AttachToIndexResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.