@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetAccountLinkRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetAccountLinkRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLinkedAccountId()
The identifier of the account link
|
String |
getLinkId()
The identifier of the account to link.
|
int |
hashCode() |
void |
setLinkedAccountId(String linkedAccountId)
The identifier of the account link
|
void |
setLinkId(String linkId)
The identifier of the account to link.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountLinkRequest |
withLinkedAccountId(String linkedAccountId)
The identifier of the account link
|
GetAccountLinkRequest |
withLinkId(String linkId)
The identifier of the account to 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 to link.
linkId - The identifier of the account to link.public String getLinkId()
The identifier of the account to link.
public GetAccountLinkRequest withLinkId(String linkId)
The identifier of the account to link.
linkId - The identifier of the account to link.public void setLinkedAccountId(String linkedAccountId)
The identifier of the account link
linkedAccountId - The identifier of the account linkpublic String getLinkedAccountId()
The identifier of the account link
public GetAccountLinkRequest withLinkedAccountId(String linkedAccountId)
The identifier of the account link
linkedAccountId - The identifier of the account linkpublic String toString()
toString in class ObjectObject.toString()public GetAccountLinkRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()