Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateOrganizationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateOrganizationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateOrganizationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
featureSet() |
Specifies the feature set supported by the new organization.
|
int |
hashCode() |
|
static Class<? extends CreateOrganizationRequest.Builder> |
serializableBuilderClass() |
|
CreateOrganizationRequest.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 featureSet()
Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.
ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the master account. For more information, see Consolidated Billing in the AWS Organizations User Guide.
ALL: In addition to all the features supported by the consolidated billing feature set, the master account can also apply any type of policy to any member account in the organization. For more information, see All features in the AWS Organizations User Guide.
OrganizationFeatureSet
public CreateOrganizationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
public static CreateOrganizationRequest.Builder builder()
public static Class<? extends CreateOrganizationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.