public class DescribeComplianceByConfigRuleResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeComplianceByConfigRuleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByConfigRuleResult |
clone() |
boolean |
equals(Object obj) |
List<ComplianceByConfigRule> |
getComplianceByConfigRules()
Indicates whether each of the specified AWS Config rules is compliant.
|
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 |
setComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
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.
|
DescribeComplianceByConfigRuleResult |
withComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
DescribeComplianceByConfigRuleResult |
withComplianceByConfigRules(ComplianceByConfigRule... complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
DescribeComplianceByConfigRuleResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
public DescribeComplianceByConfigRuleResult()
public List<ComplianceByConfigRule> getComplianceByConfigRules()
Indicates whether each of the specified AWS Config rules is compliant.
public void setComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
complianceByConfigRules
- Indicates whether each of the specified AWS Config rules is
compliant.public DescribeComplianceByConfigRuleResult withComplianceByConfigRules(ComplianceByConfigRule... complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
NOTE: This method appends the values to the existing list (if
any). Use setComplianceByConfigRules(java.util.Collection)
or
withComplianceByConfigRules(java.util.Collection)
if you want to
override the existing values.
complianceByConfigRules
- Indicates whether each of the specified AWS Config rules is
compliant.public DescribeComplianceByConfigRuleResult withComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
complianceByConfigRules
- Indicates whether each of the specified AWS Config rules is
compliant.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 DescribeComplianceByConfigRuleResult 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 DescribeComplianceByConfigRuleResult clone()
Copyright © 2018. All rights reserved.