public class GetComplianceDetailsByConfigRuleResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
GetComplianceDetailsByConfigRuleResult() |
Modifier and Type | Method and Description |
---|---|
GetComplianceDetailsByConfigRuleResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationResult> |
getEvaluationResults()
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
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 |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetComplianceDetailsByConfigRuleResult |
withEvaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
GetComplianceDetailsByConfigRuleResult |
withEvaluationResults(EvaluationResult... evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
GetComplianceDetailsByConfigRuleResult |
withNextToken(String nextToken)
The string that you use in a subsequent request to get the next page of
results in a paginated response.
|
public GetComplianceDetailsByConfigRuleResult()
public List<EvaluationResult> getEvaluationResults()
Indicates whether the AWS resource complies with the specified AWS Config rule.
public void setEvaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS
Config rule.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)
or
withEvaluationResults(java.util.Collection)
if you want to
override the existing values.
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS
Config rule.public GetComplianceDetailsByConfigRuleResult withEvaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config rule.
evaluationResults
- Indicates whether the AWS resource complies with the specified AWS
Config rule.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 GetComplianceDetailsByConfigRuleResult 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 GetComplianceDetailsByConfigRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.