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