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