Class GetComplianceDetailsByConfigRuleResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether the AWS resource complies with the specified AWS Config rule.The string that you use in a subsequent request to get the next page of results in a paginated response.int
hashCode()
void
setEvaluationResults
(Collection<EvaluationResult> evaluationResults) Indicates whether the AWS resource complies with the specified AWS Config rule.void
setNextToken
(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.withEvaluationResults
(EvaluationResult... evaluationResults) Indicates whether the AWS resource complies with the specified AWS Config rule.withEvaluationResults
(Collection<EvaluationResult> evaluationResults) Indicates whether the AWS resource complies with the specified AWS Config rule.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
-
GetComplianceDetailsByConfigRuleResult
public GetComplianceDetailsByConfigRuleResult()
-
-
Method Details
-
getEvaluationResults
Indicates whether the AWS resource complies with the specified AWS Config rule.
- Returns:
- Indicates whether the AWS resource complies with the specified AWS Config rule.
-
setEvaluationResults
Indicates whether the AWS resource complies with the specified AWS Config rule.
- Parameters:
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS Config rule.
-
withEvaluationResults
public GetComplianceDetailsByConfigRuleResult withEvaluationResults(EvaluationResult... evaluationResults) Indicates whether the AWS resource complies with the specified AWS Config rule.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluationResults(java.util.Collection)
orwithEvaluationResults(java.util.Collection)
if you want to override the existing values.- Parameters:
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEvaluationResults
public GetComplianceDetailsByConfigRuleResult withEvaluationResults(Collection<EvaluationResult> evaluationResults) Indicates whether the AWS resource complies with the specified AWS Config rule.
- Parameters:
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS Config rule.- 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
-