@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComplianceDetailsByResourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetComplianceDetailsByResourceResult() |
Modifier and Type | Method and Description |
---|---|
GetComplianceDetailsByResourceResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationResult> |
getEvaluationResults()
Indicates whether the specified AWS resource complies each 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 specified AWS resource complies each 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.
|
GetComplianceDetailsByResourceResult |
withEvaluationResults(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(String nextToken)
The string that you use in a subsequent request to get the next page of results in a paginated response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetComplianceDetailsByResourceResult()
public List<EvaluationResult> getEvaluationResults()
Indicates whether the specified AWS resource complies each AWS Config rule.
public void setEvaluationResults(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(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(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 GetComplianceDetailsByResourceResult 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 GetComplianceDetailsByResourceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.