@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRemediationExecutionStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRemediationExecutionStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRemediationExecutionStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfigRuleName()
A list of Config rule names.
|
Integer |
getLimit()
The maximum number of RemediationExecutionStatuses returned on each page.
|
String |
getNextToken()
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
List<ResourceKey> |
getResourceKeys()
A list of resource keys to be processed with the current request.
|
int |
hashCode() |
void |
setConfigRuleName(String configRuleName)
A list of Config rule names.
|
void |
setLimit(Integer limit)
The maximum number of RemediationExecutionStatuses returned on each page.
|
void |
setNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
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.
|
DescribeRemediationExecutionStatusRequest |
withConfigRuleName(String configRuleName)
A list of Config rule names.
|
DescribeRemediationExecutionStatusRequest |
withLimit(Integer limit)
The maximum number of RemediationExecutionStatuses returned on each page.
|
DescribeRemediationExecutionStatusRequest |
withNextToken(String nextToken)
The
nextToken string returned on a previous page that you use to get the next page of results in a
paginated response. |
DescribeRemediationExecutionStatusRequest |
withResourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
DescribeRemediationExecutionStatusRequest |
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 DescribeRemediationExecutionStatusRequest()
public void setConfigRuleName(String configRuleName)
A list of Config rule names.
configRuleName
- A list of Config rule names.public String getConfigRuleName()
A list of Config rule names.
public DescribeRemediationExecutionStatusRequest withConfigRuleName(String configRuleName)
A list of Config rule names.
configRuleName
- A list of Config rule names.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 DescribeRemediationExecutionStatusRequest 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 DescribeRemediationExecutionStatusRequest 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 void setLimit(Integer limit)
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit
- The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you
specify 0, Config uses the default.public Integer getLimit()
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
public DescribeRemediationExecutionStatusRequest withLimit(Integer limit)
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit
- The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you
specify 0, Config uses the default.public void setNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String getNextToken()
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
string returned on a previous page that you use to get the next page of
results in a paginated response.public DescribeRemediationExecutionStatusRequest withNextToken(String nextToken)
The nextToken
string returned on a previous page that you use to get the next page of results in a
paginated response.
nextToken
- The nextToken
string returned on a previous page that you use to get the next page of results
in a paginated response.public String toString()
toString
in class Object
Object.toString()
public DescribeRemediationExecutionStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()