@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()
Whether to automatically enable Security Hub for new accounts in the organization.
|
Boolean |
getMemberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator
account.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
|
Boolean |
isMemberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator
account.
|
void |
setAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
|
void |
setMemberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator
account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationResult |
withAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
|
DescribeOrganizationConfigurationResult |
withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator
account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrganizationConfigurationResult()
public void setAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts
are not added automatically.
autoEnable
- Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
public Boolean getAutoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts
are not added automatically.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
public DescribeOrganizationConfigurationResult withAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts
are not added automatically.
autoEnable
- Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
public Boolean isAutoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new accounts
are not added automatically.
If set to true
, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
public void setMemberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
memberAccountLimitReached
- Whether the maximum number of allowed member accounts are already associated with the Security Hub
administrator account.public Boolean getMemberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
public DescribeOrganizationConfigurationResult withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
memberAccountLimitReached
- Whether the maximum number of allowed member accounts are already associated with the Security Hub
administrator account.public Boolean isMemberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()