@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OrganizationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for Organizations.
Constructor and Description |
---|
OrganizationConfiguration() |
Modifier and Type | Method and Description |
---|---|
OrganizationConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableIntegration()
Enables Organizations integration.
|
int |
hashCode() |
Boolean |
isEnableIntegration()
Enables Organizations integration.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableIntegration(Boolean enableIntegration)
Enables Organizations integration.
|
String |
toString()
Returns a string representation of this object.
|
OrganizationConfiguration |
withEnableIntegration(Boolean enableIntegration)
Enables Organizations integration.
|
public void setEnableIntegration(Boolean enableIntegration)
Enables Organizations integration.
enableIntegration
- Enables Organizations integration.public Boolean getEnableIntegration()
Enables Organizations integration.
public OrganizationConfiguration withEnableIntegration(Boolean enableIntegration)
Enables Organizations integration.
enableIntegration
- Enables Organizations integration.public Boolean isEnableIntegration()
Enables Organizations 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.