@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListViolationEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListViolationEventsRequest() |
Modifier and Type | Method and Description |
---|---|
ListViolationEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time for the alerts to be listed.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getSecurityProfileName()
A filter to limit results to those alerts generated by the specified security profile.
|
Date |
getStartTime()
The start time for the alerts to be listed.
|
String |
getThingName()
A filter to limit results to those alerts caused by the specified thing.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end time for the alerts to be listed.
|
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)
A filter to limit results to those alerts generated by the specified security profile.
|
void |
setStartTime(Date startTime)
The start time for the alerts to be listed.
|
void |
setThingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
|
String |
toString()
Returns a string representation of this object.
|
ListViolationEventsRequest |
withEndTime(Date endTime)
The end time for the alerts to be listed.
|
ListViolationEventsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListViolationEventsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListViolationEventsRequest |
withSecurityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
|
ListViolationEventsRequest |
withStartTime(Date startTime)
The start time for the alerts to be listed.
|
ListViolationEventsRequest |
withThingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
|
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 setStartTime(Date startTime)
The start time for the alerts to be listed.
startTime
- The start time for the alerts to be listed.public Date getStartTime()
The start time for the alerts to be listed.
public ListViolationEventsRequest withStartTime(Date startTime)
The start time for the alerts to be listed.
startTime
- The start time for the alerts to be listed.public void setEndTime(Date endTime)
The end time for the alerts to be listed.
endTime
- The end time for the alerts to be listed.public Date getEndTime()
The end time for the alerts to be listed.
public ListViolationEventsRequest withEndTime(Date endTime)
The end time for the alerts to be listed.
endTime
- The end time for the alerts to be listed.public void setThingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
thingName
- A filter to limit results to those alerts caused by the specified thing.public String getThingName()
A filter to limit results to those alerts caused by the specified thing.
public ListViolationEventsRequest withThingName(String thingName)
A filter to limit results to those alerts caused by the specified thing.
thingName
- A filter to limit results to those alerts caused by the specified thing.public void setSecurityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
securityProfileName
- A filter to limit results to those alerts generated by the specified security profile.public String getSecurityProfileName()
A filter to limit results to those alerts generated by the specified security profile.
public ListViolationEventsRequest withSecurityProfileName(String securityProfileName)
A filter to limit results to those alerts generated by the specified security profile.
securityProfileName
- A filter to limit results to those alerts generated by the specified security profile.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 ListViolationEventsRequest 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 ListViolationEventsRequest 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 ListViolationEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()