@Generated(value="software.amazon.awssdk:codegen") public final class CreateAccountResponse extends OrganizationsResponse implements ToCopyableBuilder<CreateAccountResponse.Builder,CreateAccountResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateAccountResponse.Builder |
builder() |
CreateAccountStatus |
createAccountStatus()
A structure that contains details about the request to create an account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateAccountResponse.Builder> |
serializableBuilderClass() |
CreateAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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. You can also check the CloudTrail log for the
CreateAccountResult event. For more information, see Logging
and monitoring in Organizations in the Organizations User Guide.
CreateAccountStatus ID as a parameter to
DescribeCreateAccountStatus to get status about the progress of the request at later times. You
can also check the CloudTrail log for the CreateAccountResult event. For more information,
see Logging and monitoring in Organizations in the Organizations User Guide.public CreateAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAccountResponse.Builder,CreateAccountResponse>toBuilder in class AwsResponsepublic static CreateAccountResponse.Builder builder()
public static Class<? extends CreateAccountResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.