@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationAdditionalConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A list of additional configurations which will be configured for the organization.
Constructor and Description |
---|
OrganizationAdditionalConfiguration() |
Modifier and Type | Method and Description |
---|---|
OrganizationAdditionalConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAutoEnable()
The status of the additional configuration that will be configured for the organization.
|
String |
getName()
The name of the additional configuration that will be configured for the organization.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoEnable(String autoEnable)
The status of the additional configuration that will be configured for the organization.
|
void |
setName(String name)
The name of the additional configuration that will be configured for the organization.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationAdditionalConfiguration |
withAutoEnable(OrgFeatureStatus autoEnable)
The status of the additional configuration that will be configured for the organization.
|
OrganizationAdditionalConfiguration |
withAutoEnable(String autoEnable)
The status of the additional configuration that will be configured for the organization.
|
OrganizationAdditionalConfiguration |
withName(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that will be configured for the organization.
|
OrganizationAdditionalConfiguration |
withName(String name)
The name of the additional configuration that will be configured for the organization.
|
public void setName(String name)
The name of the additional configuration that will be configured for the organization.
name
- The name of the additional configuration that will be configured for the organization.OrgFeatureAdditionalConfiguration
public String getName()
The name of the additional configuration that will be configured for the organization.
OrgFeatureAdditionalConfiguration
public OrganizationAdditionalConfiguration withName(String name)
The name of the additional configuration that will be configured for the organization.
name
- The name of the additional configuration that will be configured for the organization.OrgFeatureAdditionalConfiguration
public OrganizationAdditionalConfiguration withName(OrgFeatureAdditionalConfiguration name)
The name of the additional configuration that will be configured for the organization.
name
- The name of the additional configuration that will be configured for the organization.OrgFeatureAdditionalConfiguration
public void setAutoEnable(String autoEnable)
The status of the additional configuration that will be configured for the organization.
autoEnable
- The status of the additional configuration that will be configured for the organization.OrgFeatureStatus
public String getAutoEnable()
The status of the additional configuration that will be configured for the organization.
OrgFeatureStatus
public OrganizationAdditionalConfiguration withAutoEnable(String autoEnable)
The status of the additional configuration that will be configured for the organization.
autoEnable
- The status of the additional configuration that will be configured for the organization.OrgFeatureStatus
public OrganizationAdditionalConfiguration withAutoEnable(OrgFeatureStatus autoEnable)
The status of the additional configuration that will be configured for the organization.
autoEnable
- The status of the additional configuration that will be configured for the organization.OrgFeatureStatus
public String toString()
toString
in class Object
Object.toString()
public OrganizationAdditionalConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.