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