@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartRemediationExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartRemediationExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartRemediationExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigRuleName()
The list of names of Config rules that you want to run remediation execution for.
|
List<ResourceKey> |
getResourceKeys()
A list of resource keys to be processed with the current request.
|
int |
hashCode() |
void |
setConfigRuleName(String configRuleName)
The list of names of Config rules that you want to run remediation execution for.
|
void |
setResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
String |
toString()
Returns a string representation of this object.
|
StartRemediationExecutionRequest |
withConfigRuleName(String configRuleName)
The list of names of Config rules that you want to run remediation execution for.
|
StartRemediationExecutionRequest |
withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest |
withResourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
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 void setConfigRuleName(String configRuleName)
The list of names of Config rules that you want to run remediation execution for.
configRuleName
- The list of names of Config rules that you want to run remediation execution for.public String getConfigRuleName()
The list of names of Config rules that you want to run remediation execution for.
public StartRemediationExecutionRequest withConfigRuleName(String configRuleName)
The list of names of Config rules that you want to run remediation execution for.
configRuleName
- The list of names of Config rules that you want to run remediation execution for.public List<ResourceKey> getResourceKeys()
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
public void setResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys
- A list of resource keys to be processed with the current request. Each element in the list consists of the
resource type and resource ID.public StartRemediationExecutionRequest withResourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
NOTE: This method appends the values to the existing list (if any). Use
setResourceKeys(java.util.Collection)
or withResourceKeys(java.util.Collection)
if you want to
override the existing values.
resourceKeys
- A list of resource keys to be processed with the current request. Each element in the list consists of the
resource type and resource ID.public StartRemediationExecutionRequest withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys
- A list of resource keys to be processed with the current request. Each element in the list consists of the
resource type and resource ID.public String toString()
toString
in class Object
Object.toString()
public StartRemediationExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()