@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetachTypedLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetachTypedLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetachTypedLinkRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
|
TypedLinkSpecifier |
getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
|
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
String |
toString()
Returns a string representation of this object.
|
DetachTypedLinkRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
|
DetachTypedLinkRequest |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
directoryArn - The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.public String getDirectoryArn()
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
public DetachTypedLinkRequest withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.
directoryArn - The Amazon Resource Name (ARN) of the directory where you want to detach the typed link.public void setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.public TypedLinkSpecifier getTypedLinkSpecifier()
Used to accept a typed link specifier as input.
public DetachTypedLinkRequest withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.public String toString()
toString in class ObjectObject.toString()public DetachTypedLinkRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.