@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.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items that you want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
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.
|
DescribeOrganizationConfigurationRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
DescribeOrganizationConfigurationRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
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 void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
maxResults
- You can use this parameter to indicate the maximum number of items that you want in the response.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items that you want in the response.
public DescribeOrganizationConfigurationRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
maxResults
- You can use this parameter to indicate the maximum number of items that you want in the response.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken
in the request with the value of
NextToken
from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken
in the request
with the value of NextToken
from the previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken
in the request with the value of
NextToken
from the previous response to continue listing data.
nextToken
in the request
with the value of NextToken
from the previous response to continue listing data.public DescribeOrganizationConfigurationRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to
the list action. For subsequent calls to the action, fill nextToken
in the request with the value of
NextToken
from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken
in the request
with the value of NextToken
from the previous response to continue listing data.public String toString()
toString
in class Object
Object.toString()
public DescribeOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()