@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()
Deprecated.
|
List<OrganizationFeatureConfigurationResult> |
getFeatures()
A list of features that are configured for this organization.
|
Boolean |
getMemberAccountLimitReached()
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.
|
String |
getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
|
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)
Deprecated.
|
void |
setFeatures(Collection<OrganizationFeatureConfigurationResult> features)
A list of features that are configured for this organization.
|
void |
setMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.
|
void |
setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
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)
Deprecated.
|
DescribeOrganizationConfigurationResult |
withFeatures(Collection<OrganizationFeatureConfigurationResult> features)
A list of features that are configured for this organization.
|
DescribeOrganizationConfigurationResult |
withFeatures(OrganizationFeatureConfigurationResult... features)
A list of features that are configured for this organization.
|
DescribeOrganizationConfigurationResult |
withMemberAccountLimitReached(Boolean memberAccountLimitReached)
Indicates whether the maximum number of allowed member accounts are already associated with the delegated
administrator account for your organization.
|
DescribeOrganizationConfigurationResult |
withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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.
@Deprecated 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.@Deprecated public OrganizationDataSourceConfigurationsResult getDataSources()
Describes which data sources are enabled automatically for member accounts.
@Deprecated 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 List<OrganizationFeatureConfigurationResult> getFeatures()
A list of features that are configured for this organization.
public void setFeatures(Collection<OrganizationFeatureConfigurationResult> features)
A list of features that are configured for this organization.
features - A list of features that are configured for this organization.public DescribeOrganizationConfigurationResult withFeatures(OrganizationFeatureConfigurationResult... features)
A list of features that are configured for this organization.
NOTE: This method appends the values to the existing list (if any). Use
setFeatures(java.util.Collection) or withFeatures(java.util.Collection) if you want to override
the existing values.
features - A list of features that are configured for this organization.public DescribeOrganizationConfigurationResult withFeatures(Collection<OrganizationFeatureConfigurationResult> features)
A list of features that are configured for this organization.
features - A list of features that are configured for this organization.public void setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
public DescribeOrganizationConfigurationResult withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken - The pagination parameter to be used on the next list operation to retrieve more items.public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationConfigurationResult clone()
Copyright © 2023. All rights reserved.