@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()
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 account for your organization.
|
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 account for your organization.
|
void |
setAutoEnable(Boolean autoEnable)
Indicates whether GuardDuty is automatically enabled for accounts added to the organization.
|
void |
setDataSources(OrganizationDataSourceConfigurationsResult dataSources)
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 account for your organization.
|
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)
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 account for your organization.
|
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 account for your organization.
memberAccountLimitReached
- Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.public Boolean getMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
public DescribeOrganizationConfigurationResult withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
memberAccountLimitReached
- Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.public Boolean isMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated administrator account for your organization.
public void setDataSources(OrganizationDataSourceConfigurationsResult dataSources)
Describes which data sources are enabled automatically for member accounts.
dataSources
- Describes which data sources are enabled automatically for member accounts.public OrganizationDataSourceConfigurationsResult getDataSources()
Describes which data sources are enabled automatically for member accounts.
public DescribeOrganizationConfigurationResult withDataSources(OrganizationDataSourceConfigurationsResult dataSources)
Describes which data sources are enabled automatically for member accounts.
dataSources
- Describes which data sources are enabled automatically for member accounts.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationResult clone()