Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeCreateAccountStatusRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeCreateAccountStatusRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeCreateAccountStatusRequest.Builder |
builder() |
|
String |
createAccountRequestId() |
Specifies the
operationId that uniquely identifies the request. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeCreateAccountStatusRequest.Builder> |
serializableBuilderClass() |
|
DescribeCreateAccountStatusRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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.
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.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeCreateAccountStatusRequest.Builder,DescribeCreateAccountStatusRequest>
public static DescribeCreateAccountStatusRequest.Builder builder()
public static Class<? extends DescribeCreateAccountStatusRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.