@Generated(value="software.amazon.awssdk:codegen") public final class AttachToIndexRequest extends CloudDirectoryRequest implements ToCopyableBuilder<AttachToIndexRequest.Builder,AttachToIndexRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachToIndexRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachToIndexRequest.Builder |
builder() |
String |
directoryArn()
The Amazon Resource Name (ARN) of the directory where the object and index exist.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectReference |
indexReference()
A reference to the index that you are attaching the object to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachToIndexRequest.Builder> |
serializableBuilderClass() |
ObjectReference |
targetReference()
A reference to the object that you are attaching to the index.
|
AttachToIndexRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryArn()
The Amazon Resource Name (ARN) of the directory where the object and index exist.
public final ObjectReference indexReference()
A reference to the index that you are attaching the object to.
public final ObjectReference targetReference()
A reference to the object that you are attaching to the index.
public AttachToIndexRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachToIndexRequest.Builder,AttachToIndexRequest>toBuilder in class CloudDirectoryRequestpublic static AttachToIndexRequest.Builder builder()
public static Class<? extends AttachToIndexRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.