@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)
Marshalls this structured data using the given
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 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.