public class DescribeConfigRulesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
configRuleNames
The names of the AWS Config rules for which you want details.
|
private java.lang.String |
nextToken
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
NOOP
Constructor and Description |
---|
DescribeConfigRulesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigRulesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getConfigRuleNames()
The names of the AWS Config rules for which you want details.
|
java.lang.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(java.util.Collection<java.lang.String> configRuleNames)
The names of the AWS Config rules for which you want details.
|
void |
setNextToken(java.lang.String nextToken)
The
nextToken string returned on a previous page that you
use to get the next page of results in a paginated response. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeConfigRulesRequest |
withConfigRuleNames(java.util.Collection<java.lang.String> configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest |
withConfigRuleNames(java.lang.String... configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest |
withNextToken(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private SdkInternalList<java.lang.String> 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.
private java.lang.String nextToken
The nextToken
string returned on a previous page that you
use to get the next page of results in a paginated response.
public java.util.List<java.lang.String> getConfigRuleNames()
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 void setConfigRuleNames(java.util.Collection<java.lang.String> 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.
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(java.lang.String... 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.
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.
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(java.util.Collection<java.lang.String> 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.
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 void setNextToken(java.lang.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 java.lang.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 DescribeConfigRulesRequest withNextToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeConfigRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()