@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListActiveViolationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListActiveViolationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListActiveViolationsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBehaviorCriteriaType()
The criteria for a behavior.
|
Boolean |
getListSuppressedAlerts()
A list of all suppressed alerts.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getSecurityProfileName()
The name of the Device Defender security profile for which violations are listed.
|
String |
getThingName()
The name of the thing whose active violations are listed.
|
String |
getVerificationState()
The verification state of the violation (detect alarm).
|
int |
hashCode() |
Boolean |
isListSuppressedAlerts()
A list of all suppressed alerts.
|
void |
setBehaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
|
void |
setListSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
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.
|
void |
setSecurityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
|
void |
setThingName(String thingName)
The name of the thing whose active violations are listed.
|
void |
setVerificationState(String verificationState)
The verification state of the violation (detect alarm).
|
String |
toString()
Returns a string representation of this object.
|
ListActiveViolationsRequest |
withBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
ListActiveViolationsRequest |
withBehaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
|
ListActiveViolationsRequest |
withListSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
ListActiveViolationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListActiveViolationsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListActiveViolationsRequest |
withSecurityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
|
ListActiveViolationsRequest |
withThingName(String thingName)
The name of the thing whose active violations are listed.
|
ListActiveViolationsRequest |
withVerificationState(String verificationState)
The verification state of the violation (detect alarm).
|
ListActiveViolationsRequest |
withVerificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
|
addHandlerContext, copyBaseTo, 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 void setThingName(String thingName)
The name of the thing whose active violations are listed.
thingName - The name of the thing whose active violations are listed.public String getThingName()
The name of the thing whose active violations are listed.
public ListActiveViolationsRequest withThingName(String thingName)
The name of the thing whose active violations are listed.
thingName - The name of the thing whose active violations are listed.public void setSecurityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
securityProfileName - The name of the Device Defender security profile for which violations are listed.public String getSecurityProfileName()
The name of the Device Defender security profile for which violations are listed.
public ListActiveViolationsRequest withSecurityProfileName(String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
securityProfileName - The name of the Device Defender security profile for which violations are listed.public void setBehaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaTypepublic String getBehaviorCriteriaType()
The criteria for a behavior.
BehaviorCriteriaTypepublic ListActiveViolationsRequest withBehaviorCriteriaType(String behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaTypepublic ListActiveViolationsRequest withBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
behaviorCriteriaType - The criteria for a behavior.BehaviorCriteriaTypepublic void setListSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
listSuppressedAlerts - A list of all suppressed alerts.public Boolean getListSuppressedAlerts()
A list of all suppressed alerts.
public ListActiveViolationsRequest withListSuppressedAlerts(Boolean listSuppressedAlerts)
A list of all suppressed alerts.
listSuppressedAlerts - A list of all suppressed alerts.public Boolean isListSuppressedAlerts()
A list of all suppressed alerts.
public void setVerificationState(String verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationStatepublic String getVerificationState()
The verification state of the violation (detect alarm).
VerificationStatepublic ListActiveViolationsRequest withVerificationState(String verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationStatepublic ListActiveViolationsRequest withVerificationState(VerificationState verificationState)
The verification state of the violation (detect alarm).
verificationState - The verification state of the violation (detect alarm).VerificationStatepublic 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 ListActiveViolationsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public Integer getMaxResults()
The maximum number of results to return at one time.
public ListActiveViolationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
maxResults - The maximum number of results to return at one time.public String toString()
toString in class ObjectObject.toString()public ListActiveViolationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.