@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateObjectAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateObjectAttributesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateObjectAttributesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<ObjectAttributeUpdate> | getAttributeUpdates()
 The attributes update structure. | 
| String | getDirectoryArn()
 The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. | 
| ObjectReference | getObjectReference()
 The reference that identifies the object. | 
| int | hashCode() | 
| void | setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
 The attributes update structure. | 
| void | setDirectoryArn(String directoryArn)
 The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. | 
| void | setObjectReference(ObjectReference objectReference)
 The reference that identifies the object. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| UpdateObjectAttributesRequest | withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
 The attributes update structure. | 
| UpdateObjectAttributesRequest | withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
 The attributes update structure. | 
| UpdateObjectAttributesRequest | withDirectoryArn(String directoryArn)
 The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. | 
| UpdateObjectAttributesRequest | withObjectReference(ObjectReference objectReference)
 The reference that identifies the object. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public UpdateObjectAttributesRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
The reference that identifies the object.
objectReference - The reference that identifies the object.public ObjectReference getObjectReference()
The reference that identifies the object.
public UpdateObjectAttributesRequest withObjectReference(ObjectReference objectReference)
The reference that identifies the object.
objectReference - The reference that identifies the object.public List<ObjectAttributeUpdate> getAttributeUpdates()
The attributes update structure.
public void setAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates - The attributes update structure.public UpdateObjectAttributesRequest withAttributeUpdates(ObjectAttributeUpdate... attributeUpdates)
The 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 - The attributes update structure.public UpdateObjectAttributesRequest withAttributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)
The attributes update structure.
attributeUpdates - The attributes update structure.public String toString()
toString in class ObjectObject.toString()public UpdateObjectAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.