@Generated(value="software.amazon.awssdk:codegen") public final class CreateOrganizationRequest extends OrganizationsRequest implements ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateOrganizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateOrganizationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
OrganizationFeatureSet |
featureSet()
Specifies the feature set supported by the new organization.
|
String |
featureSetAsString()
Specifies the feature set supported by the new organization.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateOrganizationRequest.Builder> |
serializableBuilderClass() |
CreateOrganizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final OrganizationFeatureSet 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
management account. For more information, see Consolidated billing in the Organizations User Guide.
The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
ALL: In addition to all the features supported by the consolidated billing feature set, the
management account can also apply any policy type to any member account in the organization. For more
information, see All features in the Organizations User Guide.
If the service returns an enum value that is not available in the current SDK version, featureSet will
return OrganizationFeatureSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from featureSetAsString().
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the
management account. For more information, see Consolidated billing in the Organizations User Guide.
The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
ALL: In addition to all the features supported by the consolidated billing feature set, the
management account can also apply any policy type to any member account in the organization. For more
information, see All features in the Organizations User Guide.
OrganizationFeatureSetpublic final String featureSetAsString()
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
management account. For more information, see Consolidated billing in the Organizations User Guide.
The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
ALL: In addition to all the features supported by the consolidated billing feature set, the
management account can also apply any policy type to any member account in the organization. For more
information, see All features in the Organizations User Guide.
If the service returns an enum value that is not available in the current SDK version, featureSet will
return OrganizationFeatureSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from featureSetAsString().
CONSOLIDATED_BILLING: All member accounts have their bills consolidated to and paid by the
management account. For more information, see Consolidated billing in the Organizations User Guide.
The consolidated billing feature subset isn't available for organizations in the Amazon Web Services GovCloud (US) Region.
ALL: In addition to all the features supported by the consolidated billing feature set, the
management account can also apply any policy type to any member account in the organization. For more
information, see All features in the Organizations User Guide.
OrganizationFeatureSetpublic CreateOrganizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>toBuilder in class OrganizationsRequestpublic static CreateOrganizationRequest.Builder builder()
public static Class<? extends CreateOrganizationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.