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