public class ListActiveViolationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists the active violations for a given Device Defender security profile.
Constructor and Description |
---|
ListActiveViolationsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBehaviorCriteriaType()
The criteria for a behavior.
|
java.lang.Boolean |
getListSuppressedAlerts()
A list of all suppressed alerts.
|
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.
|
java.lang.String |
getSecurityProfileName()
The name of the Device Defender security profile for which violations are
listed.
|
java.lang.String |
getThingName()
The name of the thing whose active violations are listed.
|
int |
hashCode() |
java.lang.Boolean |
isListSuppressedAlerts()
A list of all suppressed alerts.
|
void |
setBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
void |
setBehaviorCriteriaType(java.lang.String behaviorCriteriaType)
The criteria for a behavior.
|
void |
setListSuppressedAlerts(java.lang.Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
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.
|
void |
setSecurityProfileName(java.lang.String securityProfileName)
The name of the Device Defender security profile for which violations are
listed.
|
void |
setThingName(java.lang.String thingName)
The name of the thing whose active violations are listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListActiveViolationsRequest |
withBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
|
ListActiveViolationsRequest |
withBehaviorCriteriaType(java.lang.String behaviorCriteriaType)
The criteria for a behavior.
|
ListActiveViolationsRequest |
withListSuppressedAlerts(java.lang.Boolean listSuppressedAlerts)
A list of all suppressed alerts.
|
ListActiveViolationsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListActiveViolationsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListActiveViolationsRequest |
withSecurityProfileName(java.lang.String securityProfileName)
The name of the Device Defender security profile for which violations are
listed.
|
ListActiveViolationsRequest |
withThingName(java.lang.String thingName)
The name of the thing whose active violations are listed.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getThingName()
The name of the thing whose active violations are listed.
Constraints:
Length: 1 - 128
The name of the thing whose active violations are listed.
public void setThingName(java.lang.String thingName)
The name of the thing whose active violations are listed.
Constraints:
Length: 1 - 128
thingName
- The name of the thing whose active violations are listed.
public ListActiveViolationsRequest withThingName(java.lang.String thingName)
The name of the thing whose active violations are listed.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
thingName
- The name of the thing whose active violations are listed.
public java.lang.String getSecurityProfileName()
The name of the Device Defender security profile for which violations are listed.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
The name of the Device Defender security profile for which violations are listed.
public void setSecurityProfileName(java.lang.String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName
- The name of the Device Defender security profile for which violations are listed.
public ListActiveViolationsRequest withSecurityProfileName(java.lang.String securityProfileName)
The name of the Device Defender security profile for which violations are listed.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9:_-]+
securityProfileName
- The name of the Device Defender security profile for which violations are listed.
public java.lang.String getBehaviorCriteriaType()
The criteria for a behavior.
Constraints:
Allowed Values: STATIC, STATISTICAL, MACHINE_LEARNING
The criteria for a behavior.
BehaviorCriteriaType
public void setBehaviorCriteriaType(java.lang.String behaviorCriteriaType)
The criteria for a behavior.
Constraints:
Allowed Values: STATIC, STATISTICAL, MACHINE_LEARNING
behaviorCriteriaType
- The criteria for a behavior.
BehaviorCriteriaType
public ListActiveViolationsRequest withBehaviorCriteriaType(java.lang.String behaviorCriteriaType)
The criteria for a behavior.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STATIC, STATISTICAL, MACHINE_LEARNING
behaviorCriteriaType
- The criteria for a behavior.
BehaviorCriteriaType
public void setBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
Constraints:
Allowed Values: STATIC, STATISTICAL, MACHINE_LEARNING
behaviorCriteriaType
- The criteria for a behavior.
BehaviorCriteriaType
public ListActiveViolationsRequest withBehaviorCriteriaType(BehaviorCriteriaType behaviorCriteriaType)
The criteria for a behavior.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: STATIC, STATISTICAL, MACHINE_LEARNING
behaviorCriteriaType
- The criteria for a behavior.
BehaviorCriteriaType
public java.lang.Boolean isListSuppressedAlerts()
A list of all suppressed alerts.
A list of all suppressed alerts.
public java.lang.Boolean getListSuppressedAlerts()
A list of all suppressed alerts.
A list of all suppressed alerts.
public void setListSuppressedAlerts(java.lang.Boolean listSuppressedAlerts)
A list of all suppressed alerts.
listSuppressedAlerts
- A list of all suppressed alerts.
public ListActiveViolationsRequest withListSuppressedAlerts(java.lang.Boolean listSuppressedAlerts)
A list of all suppressed alerts.
Returns a reference to this object so that method calls can be chained together.
listSuppressedAlerts
- A list of all suppressed alerts.
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 ListActiveViolationsRequest 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.Integer getMaxResults()
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time.
public ListActiveViolationsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
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.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.