@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationAdditionalConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
A list of additional configuration which will be configured for the organization.
| Constructor and Description |
|---|
OrganizationAdditionalConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationAdditionalConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoEnable()
Describes how The status of the additional configuration that are configured for the member accounts within the
organization.
|
String |
getName()
The name of the additional configuration that is configured for the member accounts within the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAutoEnable(String autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the
organization.
|
void |
setName(String name)
The name of the additional configuration that is configured for the member accounts within the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationAdditionalConfigurationResult |
withAutoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the
organization.
|
OrganizationAdditionalConfigurationResult |
withAutoEnable(String autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the
organization.
|
OrganizationAdditionalConfigurationResult |
withName(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that is configured for the member accounts within the organization.
|
OrganizationAdditionalConfigurationResult |
withName(String name)
The name of the additional configuration that is configured for the member accounts within the organization.
|
public OrganizationAdditionalConfigurationResult()
public void setName(String name)
The name of the additional configuration that is configured for the member accounts within the organization.
name - The name of the additional configuration that is configured for the member accounts within the
organization.OrgFeatureAdditionalConfigurationpublic String getName()
The name of the additional configuration that is configured for the member accounts within the organization.
OrgFeatureAdditionalConfigurationpublic OrganizationAdditionalConfigurationResult withName(String name)
The name of the additional configuration that is configured for the member accounts within the organization.
name - The name of the additional configuration that is configured for the member accounts within the
organization.OrgFeatureAdditionalConfigurationpublic OrganizationAdditionalConfigurationResult withName(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that is configured for the member accounts within the organization.
name - The name of the additional configuration that is configured for the member accounts within the
organization.OrgFeatureAdditionalConfigurationpublic void setAutoEnable(String autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new accounts
when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when they
join the organization.
autoEnable - Describes how The status of the additional configuration that are configured for the member accounts
within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts
when they join the organization.
OrgFeatureStatuspublic String getAutoEnable()
Describes how The status of the additional configuration that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new accounts
when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when they
join the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts
when they join the organization.
OrgFeatureStatuspublic OrganizationAdditionalConfigurationResult withAutoEnable(String autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new accounts
when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when they
join the organization.
autoEnable - Describes how The status of the additional configuration that are configured for the member accounts
within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts
when they join the organization.
OrgFeatureStatuspublic OrganizationAdditionalConfigurationResult withAutoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the additional configuration that are configured for the member accounts within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new accounts
when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts when they
join the organization.
autoEnable - Describes how The status of the additional configuration that are configured for the member accounts
within the organization.
If you set AutoEnable to NEW, a feature will be configured for only the new
accounts when they join the organization.
If you set AutoEnable to NONE, no feature will be configured for the accounts
when they join the organization.
OrgFeatureStatuspublic String toString()
toString in class ObjectObject.toString()public OrganizationAdditionalConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.