Class BatchAttachToIndex
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchAttachToIndex
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchAttachToIndex.Builder,BatchAttachToIndex>
@Generated("software.amazon.awssdk:codegen") public final class BatchAttachToIndex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchAttachToIndex.Builder,BatchAttachToIndex>
Attaches the specified object to the specified index inside a BatchRead operation. For more information, see AttachToIndex and BatchReadRequest$Operations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchAttachToIndex.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchAttachToIndex.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ObjectReferenceindexReference()A reference to the index that you are attaching the object to.List<SdkField<?>>sdkFields()static Class<? extends BatchAttachToIndex.Builder>serializableBuilderClass()ObjectReferencetargetReference()A reference to the object that you are attaching to the index.BatchAttachToIndex.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
indexReference
public final ObjectReference indexReference()
A reference to the index that you are attaching the object to.
- Returns:
- A reference to the index that you are attaching the object to.
-
targetReference
public final ObjectReference targetReference()
A reference to the object that you are attaching to the index.
- Returns:
- A reference to the object that you are attaching to the index.
-
toBuilder
public BatchAttachToIndex.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchAttachToIndex.Builder,BatchAttachToIndex>
-
builder
public static BatchAttachToIndex.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchAttachToIndex.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-