@Generated(value="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.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetObjectInformation.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchGetObjectInformation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectReference |
objectReference()
A reference to the object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetObjectInformation.Builder> |
serializableBuilderClass() |
BatchGetObjectInformation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectReference objectReference()
A reference to the object.
public BatchGetObjectInformation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetObjectInformation.Builder,BatchGetObjectInformation>
public static BatchGetObjectInformation.Builder builder()
public static Class<? extends BatchGetObjectInformation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.