@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeConfigRulesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeConfigRulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigRulesResult |
clone() |
boolean |
equals(Object obj) |
List<ConfigRule> |
getConfigRules()
The details about your AWS Config rules.
|
String |
getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
int |
hashCode() |
void |
setConfigRules(Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
void |
setNextToken(String nextToken)
The string that you use in a subsequent request 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.
|
DescribeConfigRulesResult |
withConfigRules(Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
DescribeConfigRulesResult |
withConfigRules(ConfigRule... configRules)
The details about your AWS Config rules.
|
DescribeConfigRulesResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ConfigRule> getConfigRules()
The details about your AWS Config rules.
public void setConfigRules(Collection<ConfigRule> configRules)
The details about your AWS Config rules.
configRules
- The details about your AWS Config rules.public DescribeConfigRulesResult withConfigRules(ConfigRule... configRules)
The details about your AWS Config rules.
NOTE: This method appends the values to the existing list (if any). Use
setConfigRules(java.util.Collection)
or withConfigRules(java.util.Collection)
if you want to
override the existing values.
configRules
- The details about your AWS Config rules.public DescribeConfigRulesResult withConfigRules(Collection<ConfigRule> configRules)
The details about your AWS Config rules.
configRules
- The details about your AWS Config rules.public void setNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated response.public String getNextToken()
The string that you use in a subsequent request to get the next page of results in a paginated response.
public DescribeConfigRulesResult withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
nextToken
- The string that you use in a subsequent request to get the next page of results in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeConfigRulesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.