@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) |
List<OrganizationAdditionalConfigurationResult> |
getAdditionalConfiguration()
The additional configuration that is configured for the member accounts within the organization.
|
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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdditionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
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 |
withAdditionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
OrganizationFeatureConfigurationResult |
withAdditionalConfiguration(OrganizationAdditionalConfigurationResult... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
|
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.OrgFeature
public String getName()
The name of the feature that is configured for the member accounts within the organization.
OrgFeature
public 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.OrgFeature
public 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.OrgFeature
public 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.
OrgFeatureStatus
public 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.
OrgFeatureStatus
public 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.
OrgFeatureStatus
public 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.
OrgFeatureStatus
public List<OrganizationAdditionalConfigurationResult> getAdditionalConfiguration()
The additional configuration that is configured for the member accounts within the organization.
public void setAdditionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
additionalConfiguration
- The additional configuration that is configured for the member accounts within the organization.public OrganizationFeatureConfigurationResult withAdditionalConfiguration(OrganizationAdditionalConfigurationResult... additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
NOTE: This method appends the values to the existing list (if any). Use
setAdditionalConfiguration(java.util.Collection)
or
withAdditionalConfiguration(java.util.Collection)
if you want to override the existing values.
additionalConfiguration
- The additional configuration that is configured for the member accounts within the organization.public OrganizationFeatureConfigurationResult withAdditionalConfiguration(Collection<OrganizationAdditionalConfigurationResult> additionalConfiguration)
The additional configuration that is configured for the member accounts within the organization.
additionalConfiguration
- The additional configuration that is configured for the member accounts within the organization.public String toString()
toString
in class Object
Object.toString()
public OrganizationFeatureConfigurationResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.