@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteObjectRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
ObjectReference |
getObjectReference()
A reference that identifies the object.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
void |
setObjectReference(ObjectReference objectReference)
A reference that identifies the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteObjectRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
DeleteObjectRequest |
withObjectReference(ObjectReference objectReference)
A 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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public DeleteObjectRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
A reference that identifies the object.
objectReference
- A reference that identifies the object.public ObjectReference getObjectReference()
A reference that identifies the object.
public DeleteObjectRequest withObjectReference(ObjectReference objectReference)
A reference that identifies the object.
objectReference
- A reference that identifies the object.public String toString()
toString
in class Object
Object.toString()
public DeleteObjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.