@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateObjectAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a BatchUpdate
operation.
Constructor and Description |
---|
BatchUpdateObjectAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateObjectAttributes |
clone() |
boolean |
equals(Object obj) |
List<ObjectAttributeUpdate> |
getAttributeUpdates()
Attributes update structure.
|
ObjectReference |
getObjectReference()
Reference that identifies the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
void |
setObjectReference(ObjectReference objectReference)
Reference that identifies the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchUpdateObjectAttributes |
withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
|
BatchUpdateObjectAttributes |
withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
|
BatchUpdateObjectAttributes |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object.
|
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object.
objectReference
- Reference that identifies the object.public ObjectReference getObjectReference()
Reference that identifies the object.
public BatchUpdateObjectAttributes withObjectReference(ObjectReference objectReference)
Reference that identifies the object.
objectReference
- Reference that identifies the object.public List<ObjectAttributeUpdate> getAttributeUpdates()
Attributes update structure.
public void setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
attributeUpdates
- Attributes update structure.public BatchUpdateObjectAttributes withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
Attributes update structure.
NOTE: This method appends the values to the existing list (if any). Use
setAttributeUpdates(java.util.Collection)
or withAttributeUpdates(java.util.Collection)
if you
want to override the existing values.
attributeUpdates
- Attributes update structure.public BatchUpdateObjectAttributes withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
Attributes update structure.
attributeUpdates
- Attributes update structure.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateObjectAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.