@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeOrganizationConfigRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeOrganizationConfigRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeOrganizationConfigRulesRequest |
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 organization Config rules 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 details.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of organization Config rules 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 details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeOrganizationConfigRulesRequest |
withLimit(Integer limit)
The maximum number of organization Config rules returned on each page.
|
DescribeOrganizationConfigRulesRequest |
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. |
DescribeOrganizationConfigRulesRequest |
withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
The names of organization Config rules for which you want details.
|
DescribeOrganizationConfigRulesRequest |
withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
The names of organization Config rules for which you want 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 DescribeOrganizationConfigRulesRequest()
public List<String> getOrganizationConfigRuleNames()
The names of organization Config rules for which you want 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 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 details. If you do not specify any names, Config
returns details for all your organization Config rules.public DescribeOrganizationConfigRulesRequest withOrganizationConfigRuleNames(String... organizationConfigRuleNames)
The names of organization Config rules for which you want 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 details. If you do not specify any names, Config
returns details for all your organization Config rules.public DescribeOrganizationConfigRulesRequest withOrganizationConfigRuleNames(Collection<String> organizationConfigRuleNames)
The names of organization Config rules for which you want 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 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 organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of organization Config rules 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 organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.
public DescribeOrganizationConfigRulesRequest withLimit(Integer limit)
The maximum number of organization Config rules returned on each page. If you do no specify a number, Config uses the default. The default is 100.
limit
- The maximum number of organization Config rules 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 DescribeOrganizationConfigRulesRequest 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 DescribeOrganizationConfigRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()