@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for AWS Organizations.
| Constructor and Description |
|---|
OrganizationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableIntegration()
Enables AWS Organization integration.
|
int |
hashCode() |
Boolean |
isEnableIntegration()
Enables AWS Organization integration.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnableIntegration(Boolean enableIntegration)
Enables AWS Organization integration.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationConfiguration |
withEnableIntegration(Boolean enableIntegration)
Enables AWS Organization integration.
|
public void setEnableIntegration(Boolean enableIntegration)
Enables AWS Organization integration.
enableIntegration - Enables AWS Organization integration.public Boolean getEnableIntegration()
Enables AWS Organization integration.
public OrganizationConfiguration withEnableIntegration(Boolean enableIntegration)
Enables AWS Organization integration.
enableIntegration - Enables AWS Organization integration.public Boolean isEnableIntegration()
Enables AWS Organization integration.
public String toString()
toString in class ObjectObject.toString()public OrganizationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.