@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
Boolean |
getTestMode()
Use this parameter to specify a test run for
PutEvaluations . |
int |
hashCode() |
Boolean |
isTestMode()
Use this parameter to specify a test run for
PutEvaluations . |
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.
|
void |
setTestMode(Boolean testMode)
Use this parameter to specify a test run for
PutEvaluations . |
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.
|
PutEvaluationsRequest |
withTestMode(Boolean testMode)
Use this parameter to specify a test run for
PutEvaluations . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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 void setTestMode(Boolean testMode)
Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS Lambda
function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and
evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value for
the ResultToken
parameter, but the value cannot be null.
testMode
- Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS
Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing
evaluations, and evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value
for the ResultToken
parameter, but the value cannot be null.
public Boolean getTestMode()
Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS Lambda
function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and
evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value for
the ResultToken
parameter, but the value cannot be null.
PutEvaluations
. You can verify whether your AWS
Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing
evaluations, and evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid
value for the ResultToken
parameter, but the value cannot be null.
public PutEvaluationsRequest withTestMode(Boolean testMode)
Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS Lambda
function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and
evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value for
the ResultToken
parameter, but the value cannot be null.
testMode
- Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS
Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing
evaluations, and evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value
for the ResultToken
parameter, but the value cannot be null.
public Boolean isTestMode()
Use this parameter to specify a test run for PutEvaluations
. You can verify whether your AWS Lambda
function will deliver evaluation results to AWS Config. No updates occur to your existing evaluations, and
evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid value for
the ResultToken
parameter, but the value cannot be null.
PutEvaluations
. You can verify whether your AWS
Lambda function will deliver evaluation results to AWS Config. No updates occur to your existing
evaluations, and evaluation results are not sent to AWS Config.
When TestMode
is true
, PutEvaluations
doesn't require a valid
value for the ResultToken
parameter, but the value cannot be null.
public 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.