Cloneable
, ReadLimitInfo
, ToCopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
@Generated("software.amazon.awssdk:codegen") public class RemoveAccountFromOrganizationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
RemoveAccountFromOrganizationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The unique identifier (ID) of the member account that you want to remove from the organization.
|
static RemoveAccountFromOrganizationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends RemoveAccountFromOrganizationRequest.Builder> |
serializableBuilderClass() |
|
RemoveAccountFromOrganizationRequest.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 member account that you want to remove from the organization.
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 RemoveAccountFromOrganizationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RemoveAccountFromOrganizationRequest.Builder,RemoveAccountFromOrganizationRequest>
public static RemoveAccountFromOrganizationRequest.Builder builder()
public static Class<? extends RemoveAccountFromOrganizationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.