@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventPredictionMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEventPredictionMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
GetEventPredictionMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The detector ID.
|
String |
getDetectorVersionId()
The detector version ID.
|
String |
getEventId()
The event ID.
|
String |
getEventTypeName()
The event type associated with the detector specified for the prediction.
|
String |
getPredictionTimestamp()
The timestamp that defines when the prediction was generated.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The detector ID.
|
void |
setDetectorVersionId(String detectorVersionId)
The detector version ID.
|
void |
setEventId(String eventId)
The event ID.
|
void |
setEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
void |
setPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
|
String |
toString()
Returns a string representation of this object.
|
GetEventPredictionMetadataRequest |
withDetectorId(String detectorId)
The detector ID.
|
GetEventPredictionMetadataRequest |
withDetectorVersionId(String detectorVersionId)
The detector version ID.
|
GetEventPredictionMetadataRequest |
withEventId(String eventId)
The event ID.
|
GetEventPredictionMetadataRequest |
withEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
|
GetEventPredictionMetadataRequest |
withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was 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(String eventId)
The event ID.
eventId
- The event ID.public String getEventId()
The event ID.
public GetEventPredictionMetadataRequest withEventId(String eventId)
The event ID.
eventId
- The event ID.public void setEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
eventTypeName
- The event type associated with the detector specified for the prediction.public String getEventTypeName()
The event type associated with the detector specified for the prediction.
public GetEventPredictionMetadataRequest withEventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
eventTypeName
- The event type associated with the detector specified for the prediction.public void setDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public String getDetectorId()
The detector ID.
public GetEventPredictionMetadataRequest withDetectorId(String detectorId)
The detector ID.
detectorId
- The detector ID.public void setDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public String getDetectorVersionId()
The detector version ID.
public GetEventPredictionMetadataRequest withDetectorVersionId(String detectorVersionId)
The detector version ID.
detectorVersionId
- The detector version ID.public void setPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
predictionTimestamp
- The timestamp that defines when the prediction was generated.public String getPredictionTimestamp()
The timestamp that defines when the prediction was generated.
public GetEventPredictionMetadataRequest withPredictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated.
predictionTimestamp
- The timestamp that defines when the prediction was generated.public String toString()
toString
in class Object
Object.toString()
public GetEventPredictionMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()