public class DescribeComplianceByConfigRuleResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ComplianceByConfigRule> |
complianceByConfigRules
Indicates whether each of the specified AWS Config rules is compliant.
|
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 |
---|
DescribeComplianceByConfigRuleResult() |
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByConfigRuleResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ComplianceByConfigRule> |
getComplianceByConfigRules()
Indicates whether each of the specified AWS Config rules is compliant.
|
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 |
setComplianceByConfigRules(java.util.Collection<ComplianceByConfigRule> complianceByConfigRules)
Indicates whether each of the specified AWS Config rules is compliant.
|
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.
|
DescribeComplianceByConfigRuleResult |
withComplianceByConfigRules(java.util.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(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<ComplianceByConfigRule> complianceByConfigRules
Indicates whether each of the specified AWS Config rules is compliant.
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 DescribeComplianceByConfigRuleResult()
public java.util.List<ComplianceByConfigRule> getComplianceByConfigRules()
Indicates whether each of the specified AWS Config rules is compliant.
public void setComplianceByConfigRules(java.util.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(java.util.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(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 DescribeComplianceByConfigRuleResult 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 DescribeComplianceByConfigRuleResult clone()
clone
in class java.lang.Object