@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAccountResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAccountResult |
clone() |
boolean |
equals(Object obj) |
CreateAccountStatus |
getCreateAccountStatus()
A structure that contains details about the request to create an account.
|
int |
hashCode() |
void |
setCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateAccountResult |
withCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account. This response structure might not be
fully populated when you first receive it because account creation is an asynchronous process. You can pass the
returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status
about the progress of the request at later times.
createAccountStatus - A structure that contains details about the request to create an account. This response structure might
not be fully populated when you first receive it because account creation is an asynchronous process. You
can pass the returned CreateAccountStatus ID as a parameter to
DescribeCreateAccountStatus to get status about the progress of the request at later
times.public CreateAccountStatus getCreateAccountStatus()
A structure that contains details about the request to create an account. This response structure might not be
fully populated when you first receive it because account creation is an asynchronous process. You can pass the
returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status
about the progress of the request at later times.
DescribeCreateAccountStatus to get status about the progress of the request at
later times.public CreateAccountResult withCreateAccountStatus(CreateAccountStatus createAccountStatus)
A structure that contains details about the request to create an account. This response structure might not be
fully populated when you first receive it because account creation is an asynchronous process. You can pass the
returned CreateAccountStatus ID as a parameter to DescribeCreateAccountStatus to get status
about the progress of the request at later times.
createAccountStatus - A structure that contains details about the request to create an account. This response structure might
not be fully populated when you first receive it because account creation is an asynchronous process. You
can pass the returned CreateAccountStatus ID as a parameter to
DescribeCreateAccountStatus to get status about the progress of the request at later
times.public String toString()
toString in class ObjectObject.toString()public CreateAccountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.