StructuredPojo
, ToCopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
@Generated("software.amazon.awssdk:codegen") public class BatchUpdateObjectAttributes extends Object implements StructuredPojo, ToCopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
Represents the output of a BatchUpdate
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchUpdateObjectAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<ObjectAttributeUpdate> |
attributeUpdates() |
Attributes update structure.
|
static BatchUpdateObjectAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
ObjectReference |
objectReference() |
Reference that identifies the object.
|
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() |
public ObjectReference objectReference()
Reference that identifies the object.
public List<ObjectAttributeUpdate> attributeUpdates()
Attributes update structure.
public BatchUpdateObjectAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchUpdateObjectAttributes.Builder,BatchUpdateObjectAttributes>
public static BatchUpdateObjectAttributes.Builder builder()
public static Class<? extends BatchUpdateObjectAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.