public class PutEvaluationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutEvaluationsRequest() |
Modifier and Type | Method and Description |
---|---|
PutEvaluationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<Evaluation> |
getEvaluations()
The assessments that the AWS Lambda function performs.
|
String |
getResultToken()
An encrypted token that associates an evaluation with an AWS Config rule.
|
int |
hashCode() |
void |
setEvaluations(Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs.
|
void |
setResultToken(String resultToken)
An encrypted token that associates an evaluation with an AWS Config rule.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutEvaluationsRequest |
withEvaluations(Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs.
|
PutEvaluationsRequest |
withEvaluations(Evaluation... evaluations)
The assessments that the AWS Lambda function performs.
|
PutEvaluationsRequest |
withResultToken(String resultToken)
An encrypted token that associates an evaluation with an AWS Config rule.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<Evaluation> getEvaluations()
The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
public void setEvaluations(Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
evaluations
- The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and
indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.public PutEvaluationsRequest withEvaluations(Evaluation... evaluations)
The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluations(java.util.Collection)
or withEvaluations(java.util.Collection)
if you want to
override the existing values.
evaluations
- The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and
indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.public PutEvaluationsRequest withEvaluations(Collection<Evaluation> evaluations)
The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.
evaluations
- The assessments that the AWS Lambda function performs. Each evaluation identifies an AWS resource and
indicates whether it complies with the AWS Config rule that invokes the AWS Lambda function.public void setResultToken(String resultToken)
An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
resultToken
- An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the
event that triggered the evaluationpublic String getResultToken()
An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
public PutEvaluationsRequest withResultToken(String resultToken)
An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the event that triggered the evaluation
resultToken
- An encrypted token that associates an evaluation with an AWS Config rule. Identifies the rule and the
event that triggered the evaluationpublic String toString()
toString
in class Object
Object.toString()
public PutEvaluationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.