Class CreateOrganizationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.organizations.model.OrganizationsRequest
-
- software.amazon.awssdk.services.organizations.model.CreateOrganizationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateOrganizationRequest extends OrganizationsRequest implements ToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateOrganizationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateOrganizationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)OrganizationFeatureSetfeatureSet()Specifies the feature set supported by the new organization.StringfeatureSetAsString()Specifies the feature set supported by the new organization.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateOrganizationRequest.Builder>serializableBuilderClass()CreateOrganizationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
featureSet
public 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,
featureSetwill returnOrganizationFeatureSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureSetAsString().- Returns:
- 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.
-
- See Also:
OrganizationFeatureSet
-
-
featureSetAsString
public 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,
featureSetwill returnOrganizationFeatureSet.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureSetAsString().- Returns:
- 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.
-
- See Also:
OrganizationFeatureSet
-
-
toBuilder
public CreateOrganizationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateOrganizationRequest.Builder,CreateOrganizationRequest>- Specified by:
toBuilderin classOrganizationsRequest
-
builder
public static CreateOrganizationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateOrganizationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-