@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.
|
String |
getAutoEnableStandards()
Whether to automatically enable Security Hub default
standards for new member 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 |
setAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member 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 |
withAutoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
DescribeOrganizationConfigurationResult |
withAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member 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 void setAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE
, then default standards are not automatically enabled for new member
accounts.
autoEnableStandards
- Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE
, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandards
public String getAutoEnableStandards()
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE
, then default standards are not automatically enabled for new member
accounts.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE
, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandards
public DescribeOrganizationConfigurationResult withAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE
, then default standards are not automatically enabled for new member
accounts.
autoEnableStandards
- Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE
, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandards
public DescribeOrganizationConfigurationResult withAutoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE
, then default standards are not automatically enabled for new member
accounts.
autoEnableStandards
- Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT
.
If equal to DEFAULT
, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE
, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandards
public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()