public class ListMitigationActionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of all mitigation actions that match the specified filter criteria.
| Constructor and Description |
|---|
ListMitigationActionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionType()
Specify a value to limit the result to mitigation actions with a specific
action type.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific
action type.
|
void |
setActionType(java.lang.String actionType)
Specify a value to limit the result to mitigation actions with a specific
action type.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMitigationActionsRequest |
withActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific
action type.
|
ListMitigationActionsRequest |
withActionType(java.lang.String actionType)
Specify a value to limit the result to mitigation actions with a specific
action type.
|
ListMitigationActionsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListMitigationActionsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getActionType()
Specify a value to limit the result to mitigation actions with a specific action type.
Constraints:
Allowed Values: UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE,
ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION,
ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionTypepublic void setActionType(java.lang.String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
Constraints:
Allowed Values: UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE,
ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION,
ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
actionType - Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionTypepublic ListMitigationActionsRequest withActionType(java.lang.String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE,
ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION,
ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
actionType - Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionTypepublic void setActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
Constraints:
Allowed Values: UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE,
ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION,
ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
actionType - Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionTypepublic ListMitigationActionsRequest withActionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: UPDATE_DEVICE_CERTIFICATE, UPDATE_CA_CERTIFICATE,
ADD_THINGS_TO_THING_GROUP, REPLACE_DEFAULT_POLICY_VERSION,
ENABLE_IOT_LOGGING, PUBLISH_FINDING_TO_SNS
actionType - Specify a value to limit the result to mitigation actions with a specific action type.
MitigationActionTypepublic java.lang.Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time. The default is 25.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
maxResults - The maximum number of results to return at one time. The default is 25.
public ListMitigationActionsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults - The maximum number of results to return at one time. The default is 25.
public java.lang.String getNextToken()
The token for the next set of results.
The token for the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.
public ListMitigationActionsRequest withNextToken(java.lang.String nextToken)
The token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token for the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.