Class DescribeComplianceByConfigRuleResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether each of the specified AWS Config rules is compliant.The string that you use in a subsequent request to get the next page of results in a paginated response.inthashCode()voidsetComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules) Indicates whether each of the specified AWS Config rules is compliant.voidsetNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.toString()Returns a string representation of this object; useful for testing and debugging.withComplianceByConfigRules(ComplianceByConfigRule... complianceByConfigRules) Indicates whether each of the specified AWS Config rules is compliant.withComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules) Indicates whether each of the specified AWS Config rules is compliant.withNextToken(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.
-
Constructor Details
-
DescribeComplianceByConfigRuleResult
public DescribeComplianceByConfigRuleResult()
-
-
Method Details
-
getComplianceByConfigRules
Indicates whether each of the specified AWS Config rules is compliant.
- Returns:
- Indicates whether each of the specified AWS Config rules is compliant.
-
setComplianceByConfigRules
Indicates whether each of the specified AWS Config rules is compliant.
- Parameters:
complianceByConfigRules- Indicates whether each of the specified AWS Config rules is compliant.
-
withComplianceByConfigRules
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)orwithComplianceByConfigRules(java.util.Collection)if you want to override the existing values.- Parameters:
complianceByConfigRules- Indicates whether each of the specified AWS Config rules is compliant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withComplianceByConfigRules
public DescribeComplianceByConfigRuleResult withComplianceByConfigRules(Collection<ComplianceByConfigRule> complianceByConfigRules) Indicates whether each of the specified AWS Config rules is compliant.
- Parameters:
complianceByConfigRules- Indicates whether each of the specified AWS Config rules is compliant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
getNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Returns:
- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
withNextToken
The string that you use in a subsequent request to get the next page of results in a paginated response.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-