@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()
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
OrganizationDataSourceConfigurationsResult |
getDataSources()
An object that describes which data sources are enabled automatically for member accounts.
|
Boolean |
getMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
Boolean |
isMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.
|
void |
setAutoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
void |
setDataSources(OrganizationDataSourceConfigurationsResult dataSources)
An object that describes which data sources are enabled automatically for member accounts.
|
void |
setMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationResult |
withAutoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
DescribeOrganizationConfigurationResult |
withDataSources(OrganizationDataSourceConfigurationsResult dataSources)
An object that describes which data sources are enabled automatically for member accounts.
|
DescribeOrganizationConfigurationResult |
withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeOrganizationConfigurationResult()
public void setAutoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
autoEnable
- Indicates whether GuardDuty is automatically enabled for accounts added to the organization.public Boolean getAutoEnable()
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
public DescribeOrganizationConfigurationResult withAutoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
autoEnable
- Indicates whether GuardDuty is automatically enabled for accounts added to the organization.public Boolean isAutoEnable()
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
public void setMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator master account.
memberAccountLimitReached
- Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.public Boolean getMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator master account.
public DescribeOrganizationConfigurationResult withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator master account.
memberAccountLimitReached
- Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator master account.public Boolean isMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator master account.
public void setDataSources(OrganizationDataSourceConfigurationsResult dataSources)
An object that describes which data sources are enabled automatically for member accounts.
dataSources
- An object that describes which data sources are enabled automatically for member accounts.public OrganizationDataSourceConfigurationsResult getDataSources()
An object that describes which data sources are enabled automatically for member accounts.
public DescribeOrganizationConfigurationResult withDataSources(OrganizationDataSourceConfigurationsResult dataSources)
An object that describes which data sources are enabled automatically for member accounts.
dataSources
- An object that describes which data sources are enabled automatically for member accounts.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()