public class GetComplianceDetailsByConfigRuleResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EvaluationResult> |
evaluationResults
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
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 |
---|
GetComplianceDetailsByConfigRuleResult() |
Modifier and Type | Method and Description |
---|---|
GetComplianceDetailsByConfigRuleResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<EvaluationResult> |
getEvaluationResults()
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
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 |
setEvaluationResults(java.util.Collection<EvaluationResult> evaluationResults)
Indicates whether the AWS resource complies with the specified AWS Config
rule.
|
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.
|
GetComplianceDetailsByConfigRuleResult |
withEvaluationResults(java.util.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(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<EvaluationResult> evaluationResults
Indicates whether the AWS resource complies with the specified AWS Config rule.
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 GetComplianceDetailsByConfigRuleResult()
public java.util.List<EvaluationResult> getEvaluationResults()
Indicates whether the AWS resource complies with the specified AWS Config rule.
public void setEvaluationResults(java.util.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(java.util.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(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 GetComplianceDetailsByConfigRuleResult 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 GetComplianceDetailsByConfigRuleResult clone()
clone
in class java.lang.Object