@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 request.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
ARN associated with the Directory where objects reside.
|
String |
getLinkName()
Link name associated with the object that needs to be detached.
|
ObjectReference |
getParentReference()
Parent reference from which the object with the specified link name is detached.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory where objects reside.
|
void |
setLinkName(String linkName)
Link name associated with the object that needs to be detached.
|
void |
setParentReference(ObjectReference parentReference)
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)
ARN associated with the Directory where objects reside.
|
DetachObjectRequest |
withLinkName(String linkName)
Link name associated with the object that needs to be detached.
|
DetachObjectRequest |
withParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public DetachObjectRequest withDirectoryArn(String directoryArn)
public void setParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
parentReference
- Parent reference from which the object with the specified link name is detached.public ObjectReference getParentReference()
Parent reference from which the object with the specified link name is detached.
public DetachObjectRequest withParentReference(ObjectReference parentReference)
Parent reference from which the object with the specified link name is detached.
parentReference
- Parent reference from which the object with the specified link name is detached.public void setLinkName(String linkName)
Link name associated with the object that needs to be detached.
linkName
- Link name associated with the object that needs to be detached.public String getLinkName()
Link name associated with the object that needs to be detached.
public DetachObjectRequest withLinkName(String linkName)
Link name associated with the object that needs to be detached.
linkName
- 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.