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