@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
OrganizationConfigRuleStatuses returned on each page. |
String |
getNextToken()
The
nextToken string 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
OrganizationConfigRuleStatuses returned on each page. |
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. |
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
OrganizationConfigRuleStatuses returned on each page. |
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. |
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, withSdkRequestTimeout
public DescribeOrganizationConfigRuleStatusesRequest()
public List<String> getOrganizationConfigRuleNames()
The names of organization config rules for which you want status details. If you do not specify any names, AWS Config returns details for all your organization AWS Confg 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, AWS Config returns details for all your organization AWS Confg rules.
organizationConfigRuleNames
- The names of organization config rules for which you want status details. If you do not specify any names,
AWS Config returns details for all your organization AWS Confg 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, AWS Config returns details for all your organization AWS Confg 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,
AWS Config returns details for all your organization AWS Confg 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, AWS Config returns details for all your organization AWS Confg rules.
organizationConfigRuleNames
- The names of organization config rules for which you want status details. If you do not specify any names,
AWS Config returns details for all your organization AWS Confg rules.public void setLimit(Integer limit)
The maximum number of OrganizationConfigRuleStatuses
returned on each page. If you do no specify a
number, AWS 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, AWS 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, AWS Config uses the default. The default is 100.
OrganizationConfigRuleStatuses
returned on each page. If you do no
specify a number, AWS 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, AWS 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, AWS 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 Object
Object.toString()
public DescribeOrganizationConfigRuleStatusesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.