@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMitigationActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMitigationActionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMitigationActionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionType()
Specify a value to limit the result to mitigation actions with a specific action type.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListMitigationActionsRequest |
withActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest |
withActionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListMitigationActionsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
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 setActionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
actionType
- Specify a value to limit the result to mitigation actions with a specific action type.MitigationActionType
public String getActionType()
Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionType
public ListMitigationActionsRequest withActionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
actionType
- Specify a value to limit the result to mitigation actions with a specific action type.MitigationActionType
public ListMitigationActionsRequest withActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
actionType
- Specify a value to limit the result to mitigation actions with a specific action type.MitigationActionType
public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
public ListMitigationActionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListMitigationActionsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListMitigationActionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()