@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetObjectAttributesResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetObjectAttributesResponse.Builder,BatchGetObjectAttributesResponse>
Represents the output of a GetObjectAttributes response operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchGetObjectAttributesResponse.Builder |
Modifier and Type | Method and Description |
---|---|
List<AttributeKeyAndValue> |
attributes()
The attribute values that are associated with an object.
|
static BatchGetObjectAttributesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetObjectAttributesResponse.Builder> |
serializableBuilderClass() |
BatchGetObjectAttributesResponse.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<AttributeKeyAndValue> attributes()
The attribute values that are associated with an object.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public BatchGetObjectAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchGetObjectAttributesResponse.Builder,BatchGetObjectAttributesResponse>
public static BatchGetObjectAttributesResponse.Builder builder()
public static Class<? extends BatchGetObjectAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.