@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The ID of the detector to retrieve information about the delegated administrator from.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigurationRequest |
withDetectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
|
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 DescribeOrganizationConfigurationRequest()
public void setDetectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
detectorId
- The ID of the detector to retrieve information about the delegated administrator from.public String getDetectorId()
The ID of the detector to retrieve information about the delegated administrator from.
public DescribeOrganizationConfigurationRequest withDetectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
detectorId
- The ID of the detector to retrieve information about the delegated administrator from.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()