@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateOrganizationConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateOrganizationConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
|
OrganizationDataSourceConfigurations |
getDataSources()
Deprecated.
|
String |
getDetectorId()
The ID of the detector to update the delegated administrator for.
|
List<OrganizationFeatureConfiguration> |
getFeatures()
A list of features that will be configured for the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
|
void |
setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
|
void |
setDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
void |
setDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
|
void |
setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withDataSources(OrganizationDataSourceConfigurations dataSources)
Deprecated.
|
UpdateOrganizationConfigurationRequest |
withDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
|
UpdateOrganizationConfigurationRequest |
withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
|
UpdateOrganizationConfigurationRequest |
withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the organization.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic UpdateOrganizationConfigurationRequest()
public void setDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
detectorId - The ID of the detector to update the delegated administrator for.public String getDetectorId()
The ID of the detector to update the delegated administrator for.
public UpdateOrganizationConfigurationRequest withDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
detectorId - The ID of the detector to update the delegated administrator for.public void setAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
autoEnable - Indicates whether to automatically enable member accounts in the organization.public Boolean getAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
public UpdateOrganizationConfigurationRequest withAutoEnable(Boolean autoEnable)
Indicates whether to automatically enable member accounts in the organization.
autoEnable - Indicates whether to automatically enable member accounts in the organization.public Boolean isAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
@Deprecated public void setDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources - Describes which data sources will be updated.@Deprecated public OrganizationDataSourceConfigurations getDataSources()
Describes which data sources will be updated.
@Deprecated public UpdateOrganizationConfigurationRequest withDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources - Describes which data sources will be updated.public List<OrganizationFeatureConfiguration> getFeatures()
A list of features that will be configured for the organization.
public void setFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features - A list of features that will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(OrganizationFeatureConfiguration... features)
A list of features that will be configured for the 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 will be configured for the organization.public UpdateOrganizationConfigurationRequest withFeatures(Collection<OrganizationFeatureConfiguration> features)
A list of features that will be configured for the organization.
features - A list of features that will be configured for the organization.public String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.