@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateAwsAccountWithPartnerAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateAwsAccountWithPartnerAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateAwsAccountWithPartnerAccountRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Each resource must have a unique client request token.
|
SidewalkAccountInfo |
getSidewalk()
The Sidewalk account credentials.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
void |
setSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
String |
toString()
Returns a string representation of this object.
|
AssociateAwsAccountWithPartnerAccountRequest |
withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
AssociateAwsAccountWithPartnerAccountRequest |
withSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
|
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 AssociateAwsAccountWithPartnerAccountRequest()
public void setSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.public SidewalkAccountInfo getSidewalk()
The Sidewalk account credentials.
public AssociateAwsAccountWithPartnerAccountRequest withSidewalk(SidewalkAccountInfo sidewalk)
The Sidewalk account credentials.
sidewalk - The Sidewalk account credentials.public void setClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the same
token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will
automatically generate a unique client request.public String getClientRequestToken()
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
public AssociateAwsAccountWithPartnerAccountRequest withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request.
clientRequestToken - Each resource must have a unique client request token. If you try to create a new resource with the same
token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will
automatically generate a unique client request.public String toString()
toString in class ObjectObject.toString()public AssociateAwsAccountWithPartnerAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()