Class GetComplianceDetailsByResourceResult
- java.lang.Object
-
- com.amazonaws.services.config.model.GetComplianceDetailsByResourceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetComplianceDetailsByResourceResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetComplianceDetailsByResourceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetComplianceDetailsByResourceResultclone()booleanequals(Object obj)List<EvaluationResult>getEvaluationResults()Indicates whether the specified AWS resource complies each AWS Config rule.StringgetNextToken()The string that you use in a subsequent request to get the next page of results in a paginated response.inthashCode()voidsetEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.voidsetNextToken(String nextToken)The string that you use in a subsequent request to get the next page of results in a paginated response.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetComplianceDetailsByResourceResultwithEvaluationResults(EvaluationResult... evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.GetComplianceDetailsByResourceResultwithEvaluationResults(Collection<EvaluationResult> evaluationResults)Indicates whether the specified AWS resource complies each AWS Config rule.GetComplianceDetailsByResourceResultwithNextToken(String nextToken)The string that you use in a subsequent request to get the next page of results in a paginated response.
-
-
-
Method Detail
-
getEvaluationResults
public List<EvaluationResult> getEvaluationResults()
Indicates whether the specified AWS resource complies each AWS Config rule.
- Returns:
- Indicates whether the specified AWS resource complies each AWS Config rule.
-
setEvaluationResults
public void setEvaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the specified AWS resource complies each AWS Config rule.
- Parameters:
evaluationResults- Indicates whether the specified AWS resource complies each AWS Config rule.
-
withEvaluationResults
public GetComplianceDetailsByResourceResult withEvaluationResults(EvaluationResult... evaluationResults)
Indicates whether the specified AWS resource complies each 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 specified AWS resource complies each AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEvaluationResults
public GetComplianceDetailsByResourceResult withEvaluationResults(Collection<EvaluationResult> evaluationResults)
Indicates whether the specified AWS resource complies each AWS Config rule.
- Parameters:
evaluationResults- Indicates whether the specified AWS resource complies each AWS Config rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextToken
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.
- Parameters:
nextToken- The string that you use in a subsequent request to get the next page of results in a paginated response.
-
getNextToken
public String 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
public GetComplianceDetailsByResourceResult withNextToken(String nextToken)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetComplianceDetailsByResourceResult clone()
-
-