@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetachObjectRequest() |
Modifier and Type | Method and Description |
---|---|
DetachObjectRequest |
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 objects reside.
|
String |
getLinkName()
The link name associated with the object that needs to be detached.
|
ObjectReference |
getParentReference()
The parent reference from which the object with the specified link name is detached.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
void |
setLinkName(String linkName)
The link name associated with the object that needs to be detached.
|
void |
setParentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DetachObjectRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
DetachObjectRequest |
withLinkName(String linkName)
The link name associated with the object that needs to be detached.
|
DetachObjectRequest |
withParentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
|
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 DetachObjectRequest withDirectoryArn(String directoryArn)
public void setParentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
parentReference
- The parent reference from which the object with the specified link name is detached.public ObjectReference getParentReference()
The parent reference from which the object with the specified link name is detached.
public DetachObjectRequest withParentReference(ObjectReference parentReference)
The parent reference from which the object with the specified link name is detached.
parentReference
- The parent reference from which the object with the specified link name is detached.public void setLinkName(String linkName)
The link name associated with the object that needs to be detached.
linkName
- The link name associated with the object that needs to be detached.public String getLinkName()
The link name associated with the object that needs to be detached.
public DetachObjectRequest withLinkName(String linkName)
The link name associated with the object that needs to be detached.
linkName
- The link name associated with the object that needs to be detached.public String toString()
toString
in class Object
Object.toString()
public DetachObjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.