@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, 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 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 Object
Object.toString()
public ListActiveViolationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.