@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAccountLinkInvitationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAccountLinkInvitationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAccountLinkInvitationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
|
String |
getLinkId()
The identifier of the account link.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
|
void |
setLinkId(String linkId)
The identifier of the account link.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAccountLinkInvitationRequest |
withClientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
|
DeleteAccountLinkInvitationRequest |
withLinkId(String linkId)
The identifier of the account link.
|
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, withSdkRequestTimeoutpublic void setLinkId(String linkId)
The identifier of the account link.
linkId - The identifier of the account link.public String getLinkId()
The identifier of the account link.
public DeleteAccountLinkInvitationRequest withLinkId(String linkId)
The identifier of the account link.
linkId - The identifier of the account link.public void setClientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
clientToken - A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.public String getClientToken()
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
public DeleteAccountLinkInvitationRequest withClientToken(String clientToken)
A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.
clientToken - A string of up to 64 ASCII characters that Amazon EFS uses to ensure idempotent creation.public String toString()
toString in class ObjectObject.toString()public DeleteAccountLinkInvitationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()