@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) |
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.
|
int |
hashCode() |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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 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 © 2018. All rights reserved.