@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()
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
|
Boolean |
getMaxAccountLimitReached()
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
|
Boolean |
isMaxAccountLimitReached()
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
|
void |
setAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
|
void |
setMaxAccountLimitReached(Boolean maxAccountLimitReached)
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationResult |
withAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
|
DescribeOrganizationConfigurationResult |
withMaxAccountLimitReached(Boolean maxAccountLimitReached)
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrganizationConfigurationResult()
public void setAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
autoEnable
- Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.public Boolean getAutoEnable()
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
public DescribeOrganizationConfigurationResult withAutoEnable(Boolean autoEnable)
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
autoEnable
- Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.public Boolean isAutoEnable()
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
public void setMaxAccountLimitReached(Boolean maxAccountLimitReached)
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
maxAccountLimitReached
- Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.public Boolean getMaxAccountLimitReached()
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
public DescribeOrganizationConfigurationResult withMaxAccountLimitReached(Boolean maxAccountLimitReached)
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
maxAccountLimitReached
- Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.public Boolean isMaxAccountLimitReached()
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()