@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeOrganizationConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
void |
setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationResult |
withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrganizationConfigurationResult()
public void setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
autoEnable
- Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.public Boolean getAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
public DescribeOrganizationConfigurationResult withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
autoEnable
- Indicates whether to automatically enable new organization accounts as member accounts in the organization
behavior graph.public Boolean isAutoEnable()
Indicates whether to automatically enable new organization accounts as member accounts in the organization behavior graph.
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()