@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCreateAccountStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeCreateAccountStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCreateAccountStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCreateAccountRequestId()
Specifies the
operationId that uniquely identifies the request. |
int |
hashCode() |
void |
setCreateAccountRequestId(String createAccountRequestId)
Specifies the
operationId that uniquely identifies the request. |
String |
toString()
Returns a string representation of this object.
|
DescribeCreateAccountStatusRequest |
withCreateAccountRequestId(String createAccountRequestId)
Specifies the
operationId that uniquely identifies the request. |
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 setCreateAccountRequestId(String createAccountRequestId)
Specifies the operationId that uniquely identifies the request. You can get the ID from the response
to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
createAccountRequestId - Specifies the operationId that uniquely identifies the request. You can get the ID from the
response to an earlier CreateAccount request, or from the ListCreateAccountStatus
operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
public String getCreateAccountRequestId()
Specifies the operationId that uniquely identifies the request. You can get the ID from the response
to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
operationId that uniquely identifies the request. You can get the ID from the
response to an earlier CreateAccount request, or from the ListCreateAccountStatus
operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
public DescribeCreateAccountStatusRequest withCreateAccountRequestId(String createAccountRequestId)
Specifies the operationId that uniquely identifies the request. You can get the ID from the response
to an earlier CreateAccount request, or from the ListCreateAccountStatus operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
createAccountRequestId - Specifies the operationId that uniquely identifies the request. You can get the ID from the
response to an earlier CreateAccount request, or from the ListCreateAccountStatus
operation.
The regex pattern for a create account request ID string requires "car-" followed by from 8 to 32 lowercase letters or digits.
public String toString()
toString in class ObjectObject.toString()public DescribeCreateAccountStatusRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.