@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetObjectAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetObjectAttributes.Builder,BatchGetObjectAttributes>
Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetObjectAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
attributeNames()
List of attribute names whose values will be retrieved.
|
static BatchGetObjectAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ObjectReference |
objectReference()
Reference that identifies the object whose attributes will be retrieved.
|
SchemaFacet |
schemaFacet()
Identifier for the facet whose attributes will be retrieved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetObjectAttributes.Builder> |
serializableBuilderClass() |
BatchGetObjectAttributes.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()
Reference that identifies the object whose attributes will be retrieved.
public SchemaFacet schemaFacet()
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
public List<String> attributeNames()
List of attribute names whose values will be retrieved.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchGetObjectAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetObjectAttributes.Builder,BatchGetObjectAttributes>
public static BatchGetObjectAttributes.Builder builder()
public static Class<? extends BatchGetObjectAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.