@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
DescribeCreateAccountStatusRequest |
withCreateAccountRequestId(String createAccountRequestId)
Specifies the
operationId that uniquely identifies the request. |
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, withSdkRequestTimeout
public 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case 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 an create account request ID string requires "car-" followed by from 8 to 32 lower-case letters or digits.
public String toString()
toString
in class Object
Object.toString()
public DescribeCreateAccountStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.