@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationFeatureConfigurationResult extends Object implements Serializable, Cloneable, StructuredPojo
A list of features which will be configured for the organization.
| Constructor and Description |
|---|
OrganizationFeatureConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationFeatureConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoEnable()
Describes how The status of the feature that are configured for the member accounts within the organization.
|
String |
getName()
The name of the feature 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 feature that are configured for the member accounts within the organization.
|
void |
setName(String name)
The name of the feature that is configured for the member accounts within the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationFeatureConfigurationResult |
withAutoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult |
withAutoEnable(String autoEnable)
Describes how The status of the feature that are configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult |
withName(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult |
withName(String name)
The name of the feature that is configured for the member accounts within the organization.
|
public OrganizationFeatureConfigurationResult()
public void setName(String name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeaturepublic String getName()
The name of the feature that is configured for the member accounts within the organization.
OrgFeaturepublic OrganizationFeatureConfigurationResult withName(String name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeaturepublic OrganizationFeatureConfigurationResult withName(OrgFeature name)
The name of the feature that is configured for the member accounts within the organization.
name - The name of the feature that is configured for the member accounts within the organization.OrgFeaturepublic void setAutoEnable(String autoEnable)
Describes how The status of the feature 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 feature 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 feature 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 OrganizationFeatureConfigurationResult withAutoEnable(String autoEnable)
Describes how The status of the feature 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 feature 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 OrganizationFeatureConfigurationResult withAutoEnable(OrgFeatureStatus autoEnable)
Describes how The status of the feature 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 feature 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 OrganizationFeatureConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.