public class DescribeConfigRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeConfigRules operation
.
Returns details about your AWS Config rules.
NOOP
Constructor and Description |
---|
DescribeConfigRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigRulesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getConfigRuleNames()
The names of the AWS Config rules for which you want details.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
int |
hashCode() |
void |
setConfigRuleNames(Collection<String> configRuleNames)
The names of the AWS Config rules for which you want details.
|
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. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigRulesRequest |
withConfigRuleNames(Collection<String> configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest |
withConfigRuleNames(String... configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest |
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. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getConfigRuleNames()
Constraints:
Length: 0 - 25
public void setConfigRuleNames(Collection<String> configRuleNames)
Constraints:
Length: 0 - 25
configRuleNames
- The names of the AWS Config rules for which you want details. If you
do not specify any names, AWS Config returns details for all your
rules.public DescribeConfigRulesRequest withConfigRuleNames(String... configRuleNames)
NOTE: This method appends the values to the existing list (if
any). Use setConfigRuleNames(java.util.Collection)
or withConfigRuleNames(java.util.Collection)
if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 25
configRuleNames
- The names of the AWS Config rules for which you want details. If you
do not specify any names, AWS Config returns details for all your
rules.public DescribeConfigRulesRequest withConfigRuleNames(Collection<String> configRuleNames)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 25
configRuleNames
- The names of the AWS Config rules for which you want details. If you
do not specify any names, AWS Config returns details for all your
rules.public String getNextToken()
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 void setNextToken(String nextToken)
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 DescribeConfigRulesRequest withNextToken(String nextToken)
nextToken
string returned on a previous page that you
use to get the next page of results in a paginated response.
Returns a reference to this object so that method calls can be chained together.
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 DescribeConfigRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.