@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartConfigRulesEvaluationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StartConfigRulesEvaluationRequest() |
| Modifier and Type | Method and Description |
|---|---|
StartConfigRulesEvaluationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getConfigRuleNames()
The list of names of Config rules that you want to run evaluations for.
|
int |
hashCode() |
void |
setConfigRuleNames(Collection<String> configRuleNames)
The list of names of Config rules that you want to run evaluations for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartConfigRulesEvaluationRequest |
withConfigRuleNames(Collection<String> configRuleNames)
The list of names of Config rules that you want to run evaluations for.
|
StartConfigRulesEvaluationRequest |
withConfigRuleNames(String... configRuleNames)
The list of names of Config rules that you want to run evaluations for.
|
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, withSdkRequestTimeoutpublic List<String> getConfigRuleNames()
The list of names of Config rules that you want to run evaluations for.
public void setConfigRuleNames(Collection<String> configRuleNames)
The list of names of Config rules that you want to run evaluations for.
configRuleNames - The list of names of Config rules that you want to run evaluations for.public StartConfigRulesEvaluationRequest withConfigRuleNames(String... configRuleNames)
The list of names of Config rules that you want to run evaluations for.
NOTE: This method appends the values to the existing list (if any). Use
setConfigRuleNames(java.util.Collection) or withConfigRuleNames(java.util.Collection) if you
want to override the existing values.
configRuleNames - The list of names of Config rules that you want to run evaluations for.public StartConfigRulesEvaluationRequest withConfigRuleNames(Collection<String> configRuleNames)
The list of names of Config rules that you want to run evaluations for.
configRuleNames - The list of names of Config rules that you want to run evaluations for.public String toString()
toString in class ObjectObject.toString()public StartConfigRulesEvaluationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.