@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Indicates whether to automatically enable member accounts in the organization.
|
OrganizationDataSourceConfigurations |
getDataSources()
Describes which data sources will be updated.
|
String |
getDetectorId()
The ID of the detector to update the delegated administrator for.
|
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)
Describes which data sources will be updated.
|
void |
setDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
|
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)
Describes which data sources will be updated.
|
UpdateOrganizationConfigurationRequest |
withDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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.
public void setDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.public OrganizationDataSourceConfigurations getDataSources()
Describes which data sources will be updated.
public UpdateOrganizationConfigurationRequest withDataSources(OrganizationDataSourceConfigurations dataSources)
Describes which data sources will be updated.
dataSources
- Describes which data sources will be updated.public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()