@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachObjectRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AttachObjectRequest() |
Modifier and Type | Method and Description |
---|---|
AttachObjectRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ObjectReference |
getChildReference()
Child object reference to be attached to the object.
|
String |
getDirectoryArn()
ARN associated with the Directory where both objects reside.
|
String |
getLinkName()
Link name with which the child object is attached to the parent.
|
ObjectReference |
getParentReference()
Parent object reference.
|
int |
hashCode() |
void |
setChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
|
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory where both objects reside.
|
void |
setLinkName(String linkName)
Link name with which the child object is attached to the parent.
|
void |
setParentReference(ObjectReference parentReference)
Parent object reference.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AttachObjectRequest |
withChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
|
AttachObjectRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory where both objects reside.
|
AttachObjectRequest |
withLinkName(String linkName)
Link name with which the child object is attached to the parent.
|
AttachObjectRequest |
withParentReference(ObjectReference parentReference)
Parent object reference.
|
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, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public AttachObjectRequest withDirectoryArn(String directoryArn)
public void setParentReference(ObjectReference parentReference)
Parent object reference.
parentReference
- Parent object reference.public ObjectReference getParentReference()
Parent object reference.
public AttachObjectRequest withParentReference(ObjectReference parentReference)
Parent object reference.
parentReference
- Parent object reference.public void setChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
childReference
- Child object reference to be attached to the object.public ObjectReference getChildReference()
Child object reference to be attached to the object.
public AttachObjectRequest withChildReference(ObjectReference childReference)
Child object reference to be attached to the object.
childReference
- Child object reference to be attached to the object.public void setLinkName(String linkName)
Link name with which the child object is attached to the parent.
linkName
- Link name with which the child object is attached to the parent.public String getLinkName()
Link name with which the child object is attached to the parent.
public AttachObjectRequest withLinkName(String linkName)
Link name with which the child object is attached to the parent.
linkName
- Link name with which the child object is attached to the parent.public String toString()
toString
in class Object
Object.toString()
public AttachObjectRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.