Cloneable
, ReadLimitInfo
, ToCopyableBuilder<MoveAccountRequest.Builder,MoveAccountRequest>
@Generated("software.amazon.awssdk:codegen") public class MoveAccountRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<MoveAccountRequest.Builder,MoveAccountRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
MoveAccountRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The unique identifier (ID) of the account that you want to move.
|
static MoveAccountRequest.Builder |
builder() |
|
String |
destinationParentId() |
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends MoveAccountRequest.Builder> |
serializableBuilderClass() |
|
String |
sourceParentId() |
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
|
MoveAccountRequest.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 accountId()
The unique identifier (ID) of the account that you want to move.
The regex pattern for an account ID string requires exactly 12 digits.
The regex pattern for an account ID string requires exactly 12 digits.
public String sourceParentId()
The unique identifier (ID) of the root or organizational unit that you want to move the account from.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
public String destinationParentId()
The unique identifier (ID) of the root or organizational unit that you want to move the account to.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
The regex pattern for a parent ID string requires one of the following:
Root: a string that begins with "r-" followed by from 4 to 32 lower-case letters or digits.
Organizational unit (OU): a string that begins with "ou-" followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in) followed by a second "-" dash and from 8 to 32 additional lower-case letters or digits.
public MoveAccountRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MoveAccountRequest.Builder,MoveAccountRequest>
public static MoveAccountRequest.Builder builder()
public static Class<? extends MoveAccountRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.