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