@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetObjectInformationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetObjectInformationResponse.Builder,BatchGetObjectInformationResponse>
Represents the output of a GetObjectInformation response operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetObjectInformationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchGetObjectInformationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
objectIdentifier()
The
ObjectIdentifier of the specified object. |
List<SchemaFacet> |
schemaFacets()
The facets attached to the specified object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetObjectInformationResponse.Builder> |
serializableBuilderClass() |
BatchGetObjectInformationResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<SchemaFacet> schemaFacets()
The facets attached to the specified object.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String objectIdentifier()
The ObjectIdentifier
of the specified object.
ObjectIdentifier
of the specified object.public BatchGetObjectInformationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetObjectInformationResponse.Builder,BatchGetObjectInformationResponse>
public static BatchGetObjectInformationResponse.Builder builder()
public static Class<? extends BatchGetObjectInformationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.