@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public OrganizationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.