@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigRuleStatusesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeOrganizationConfigRuleStatusesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeOrganizationConfigRuleStatusesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Integer | getLimit()
 The maximum number of  OrganizationConfigRuleStatusesreturned on each page. | 
| String | getNextToken()
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| List<String> | getOrganizationConfigRuleNames()
 The names of organization Config rules for which you want status details. | 
| int | hashCode() | 
| void | setLimit(Integer limit)
 The maximum number of  OrganizationConfigRuleStatusesreturned on each page. | 
| void | setNextToken(String nextToken)
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| void | setOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
 The names of organization Config rules for which you want status details. | 
| String | toString()Returns a string representation of this object. | 
| DescribeOrganizationConfigRuleStatusesRequest | withLimit(Integer limit)
 The maximum number of  OrganizationConfigRuleStatusesreturned on each page. | 
| DescribeOrganizationConfigRuleStatusesRequest | withNextToken(String nextToken)
 The  nextTokenstring returned on a previous page that you use to get the next page of results in a
 paginated response. | 
| DescribeOrganizationConfigRuleStatusesRequest | withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
 The names of organization Config rules for which you want status details. | 
| DescribeOrganizationConfigRuleStatusesRequest | withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
 The names of organization Config rules for which you want status details. | 
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, withSdkRequestTimeoutpublic DescribeOrganizationConfigRuleStatusesRequest()
public List<String> getOrganizationConfigRuleNames()
The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
public void setOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names,
        Config returns details for all your organization Config rules.public DescribeOrganizationConfigRuleStatusesRequest withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
 NOTE: This method appends the values to the existing list (if any). Use
 setOrganizationConfigRuleNames(java.util.Collection) or
 withOrganizationConfigRuleNames(java.util.Collection) if you want to override the existing values.
 
organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names,
        Config returns details for all your organization Config rules.public DescribeOrganizationConfigRuleStatusesRequest withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
The names of organization Config rules for which you want status details. If you do not specify any names, Config returns details for all your organization Config rules.
organizationConfigRuleNames - The names of organization Config rules for which you want status details. If you do not specify any names,
        Config returns details for all your organization Config rules.public void setLimit(Integer limit)
 The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a
 number, Config uses the default. The default is 100.
 
limit - The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no
        specify a number, Config uses the default. The default is 100.public Integer getLimit()
 The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a
 number, Config uses the default. The default is 100.
 
OrganizationConfigRuleStatuses returned on each page. If you do no
         specify a number, Config uses the default. The default is 100.public DescribeOrganizationConfigRuleStatusesRequest withLimit(Integer limit)
 The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no specify a
 number, Config uses the default. The default is 100.
 
limit - The maximum number of OrganizationConfigRuleStatuses returned on each page. If you do no
        specify a number, Config uses the default. The default is 100.public void setNextToken(String nextToken)
 The nextToken string returned on a previous page that you use to get the next page of results in a
 paginated response.
 
nextToken - The nextToken string returned on a previous page that you use to get the next page of results
        in a paginated response.public String getNextToken()
 The nextToken string returned on a previous page that you use to get the next page of results in a
 paginated response.
 
nextToken string returned on a previous page that you use to get the next page of
         results in a paginated response.public DescribeOrganizationConfigRuleStatusesRequest withNextToken(String nextToken)
 The nextToken string returned on a previous page that you use to get the next page of results in a
 paginated response.
 
nextToken - The nextToken string returned on a previous page that you use to get the next page of results
        in a paginated response.public String toString()
toString in class ObjectObject.toString()public DescribeOrganizationConfigRuleStatusesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()