@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventPredictionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEventPredictionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEventPredictionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FilterCondition |
getDetectorId()
The detector ID.
|
FilterCondition |
getDetectorVersionId()
The detector version ID.
|
FilterCondition |
getEventId()
The event ID.
|
FilterCondition |
getEventType()
The event type associated with the detector.
|
Integer |
getMaxResults()
The maximum number of predictions to return for the request.
|
String |
getNextToken()
Identifies the next page of results to return.
|
PredictionTimeRange |
getPredictionTimeRange()
The time period for when the predictions were generated.
|
int |
hashCode() |
void |
setDetectorId(FilterCondition detectorId)
The detector ID.
|
void |
setDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
|
void |
setEventId(FilterCondition eventId)
The event ID.
|
void |
setEventType(FilterCondition eventType)
The event type associated with the detector.
|
void |
setMaxResults(Integer maxResults)
The maximum number of predictions to return for the request.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
void |
setPredictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
|
String |
toString()
Returns a string representation of this object.
|
ListEventPredictionsRequest |
withDetectorId(FilterCondition detectorId)
The detector ID.
|
ListEventPredictionsRequest |
withDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
|
ListEventPredictionsRequest |
withEventId(FilterCondition eventId)
The event ID.
|
ListEventPredictionsRequest |
withEventType(FilterCondition eventType)
The event type associated with the detector.
|
ListEventPredictionsRequest |
withMaxResults(Integer maxResults)
The maximum number of predictions to return for the request.
|
ListEventPredictionsRequest |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
ListEventPredictionsRequest |
withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
|
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 setEventId(FilterCondition eventId)
The event ID.
eventId
- The event ID.public FilterCondition getEventId()
The event ID.
public ListEventPredictionsRequest withEventId(FilterCondition eventId)
The event ID.
eventId
- The event ID.public void setEventType(FilterCondition eventType)
The event type associated with the detector.
eventType
- The event type associated with the detector.public FilterCondition getEventType()
The event type associated with the detector.
public ListEventPredictionsRequest withEventType(FilterCondition eventType)
The event type associated with the detector.
eventType
- The event type associated with the detector.public void setDetectorId(FilterCondition detectorId)
The detector ID.
detectorId
- The detector ID.public FilterCondition getDetectorId()
The detector ID.
public ListEventPredictionsRequest withDetectorId(FilterCondition detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public FilterCondition getDetectorVersionId()
The detector version ID.
public ListEventPredictionsRequest withDetectorVersionId(FilterCondition detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public void setPredictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
predictionTimeRange
- The time period for when the predictions were generated.public PredictionTimeRange getPredictionTimeRange()
The time period for when the predictions were generated.
public ListEventPredictionsRequest withPredictionTimeRange(PredictionTimeRange predictionTimeRange)
The time period for when the predictions were generated.
predictionTimeRange
- The time period for when the predictions were generated.public void setNextToken(String nextToken)
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- Identifies the next page of results to return. Use the token to make the call again to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.public String getNextToken()
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
public ListEventPredictionsRequest withNextToken(String nextToken)
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
nextToken
- Identifies the next page of results to return. Use the token to make the call again to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.public void setMaxResults(Integer maxResults)
The maximum number of predictions to return for the request.
maxResults
- The maximum number of predictions to return for the request.public Integer getMaxResults()
The maximum number of predictions to return for the request.
public ListEventPredictionsRequest withMaxResults(Integer maxResults)
The maximum number of predictions to return for the request.
maxResults
- The maximum number of predictions to return for the request.public String toString()
toString
in class Object
Object.toString()
public ListEventPredictionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()