Class BatchGetObjectInformation
- java.lang.Object
-
- software.amazon.awssdk.services.clouddirectory.model.BatchGetObjectInformation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchGetObjectInformation.Builder,BatchGetObjectInformation>
@Generated("software.amazon.awssdk:codegen") public final class BatchGetObjectInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetObjectInformation.Builder,BatchGetObjectInformation>
Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchGetObjectInformation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchGetObjectInformation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ObjectReferenceobjectReference()A reference to the object.List<SdkField<?>>sdkFields()static Class<? extends BatchGetObjectInformation.Builder>serializableBuilderClass()BatchGetObjectInformation.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
-
objectReference
public final ObjectReference objectReference()
A reference to the object.
- Returns:
- A reference to the object.
-
toBuilder
public BatchGetObjectInformation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchGetObjectInformation.Builder,BatchGetObjectInformation>
-
builder
public static BatchGetObjectInformation.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchGetObjectInformation.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.
-
-