public class DescribeConfigRulesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigRule> |
configRules
The details about your AWS Config rules.
|
private java.lang.String |
nextToken
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
Constructor and Description |
---|
DescribeConfigRulesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeConfigRulesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigRule> |
getConfigRules()
The details about your AWS Config rules.
|
java.lang.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(java.util.Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
void |
setNextToken(java.lang.String nextToken)
The string that you use in a subsequent request 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.
|
DescribeConfigRulesResult |
withConfigRules(java.util.Collection<ConfigRule> configRules)
The details about your AWS Config rules.
|
DescribeConfigRulesResult |
withConfigRules(ConfigRule... configRules)
The details about your AWS Config rules.
|
DescribeConfigRulesResult |
withNextToken(java.lang.String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
private SdkInternalList<ConfigRule> configRules
The details about your AWS Config rules.
private java.lang.String nextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
public java.util.List<ConfigRule> getConfigRules()
The details about your AWS Config rules.
public void setConfigRules(java.util.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(java.util.Collection<ConfigRule> configRules)
The details about your AWS Config rules.
configRules
- The details about your AWS Config rules.public void setNextToken(java.lang.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 java.lang.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(java.lang.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 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 DescribeConfigRulesResult clone()
clone
in class java.lang.Object