@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.
|
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 |
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 |
withDetectorId(String detectorId)
The ID of the detector to update the delegated administrator for.
|
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.
public String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.