public class DescribeConfigRulesResult extends Object 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.
|
public List<ConfigRule> getConfigRules()
public void setConfigRules(Collection<ConfigRule> configRules)
configRules
- The details about your AWS Config rules.public DescribeConfigRulesResult withConfigRules(ConfigRule... configRules)
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.
Returns a reference to this object so that method calls can be chained together.
configRules
- The details about your AWS Config rules.public DescribeConfigRulesResult withConfigRules(Collection<ConfigRule> configRules)
Returns a reference to this object so that method calls can be chained together.
configRules
- The details about your AWS Config rules.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- 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)
Returns a reference to this object so that method calls can be chained together.
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 © 2015. All rights reserved.