@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListInternetEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListInternetEventsRequest() |
Modifier and Type | Method and Description |
---|---|
ListInternetEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end time of the time window that you want to get a list of internet events for.
|
String |
getEventStatus()
The status of an internet event.
|
String |
getEventType()
The type of network impairment.
|
Integer |
getMaxResults()
The number of query results that you want to return with this call.
|
String |
getNextToken()
The token for the next set of results.
|
Date |
getStartTime()
The start time of the time window that you want to get a list of internet events for.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end time of the time window that you want to get a list of internet events for.
|
void |
setEventStatus(String eventStatus)
The status of an internet event.
|
void |
setEventType(String eventType)
The type of network impairment.
|
void |
setMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setStartTime(Date startTime)
The start time of the time window that you want to get a list of internet events for.
|
String |
toString()
Returns a string representation of this object.
|
ListInternetEventsRequest |
withEndTime(Date endTime)
The end time of the time window that you want to get a list of internet events for.
|
ListInternetEventsRequest |
withEventStatus(String eventStatus)
The status of an internet event.
|
ListInternetEventsRequest |
withEventType(String eventType)
The type of network impairment.
|
ListInternetEventsRequest |
withMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
|
ListInternetEventsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListInternetEventsRequest |
withStartTime(Date startTime)
The start time of the time window that you want to get a list of internet events for.
|
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 setNextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken
- The token for the next set of results. You receive this token from a previous call.public String getNextToken()
The token for the next set of results. You receive this token from a previous call.
public ListInternetEventsRequest withNextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken
- The token for the next set of results. You receive this token from a previous call.public void setMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
maxResults
- The number of query results that you want to return with this call.public Integer getMaxResults()
The number of query results that you want to return with this call.
public ListInternetEventsRequest withMaxResults(Integer maxResults)
The number of query results that you want to return with this call.
maxResults
- The number of query results that you want to return with this call.public void setStartTime(Date startTime)
The start time of the time window that you want to get a list of internet events for.
startTime
- The start time of the time window that you want to get a list of internet events for.public Date getStartTime()
The start time of the time window that you want to get a list of internet events for.
public ListInternetEventsRequest withStartTime(Date startTime)
The start time of the time window that you want to get a list of internet events for.
startTime
- The start time of the time window that you want to get a list of internet events for.public void setEndTime(Date endTime)
The end time of the time window that you want to get a list of internet events for.
endTime
- The end time of the time window that you want to get a list of internet events for.public Date getEndTime()
The end time of the time window that you want to get a list of internet events for.
public ListInternetEventsRequest withEndTime(Date endTime)
The end time of the time window that you want to get a list of internet events for.
endTime
- The end time of the time window that you want to get a list of internet events for.public void setEventStatus(String eventStatus)
The status of an internet event.
eventStatus
- The status of an internet event.public String getEventStatus()
The status of an internet event.
public ListInternetEventsRequest withEventStatus(String eventStatus)
The status of an internet event.
eventStatus
- The status of an internet event.public void setEventType(String eventType)
The type of network impairment.
eventType
- The type of network impairment.public String getEventType()
The type of network impairment.
public ListInternetEventsRequest withEventType(String eventType)
The type of network impairment.
eventType
- The type of network impairment.public String toString()
toString
in class Object
Object.toString()
public ListInternetEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()