@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateForecastRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateForecastRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastRequest |
clone() |
boolean |
equals(Object obj) |
String |
getForecastName()
The name for the forecast.
|
String |
getPredictorArn()
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
|
int |
hashCode() |
void |
setForecastName(String forecastName)
The name for the forecast.
|
void |
setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
|
String |
toString()
Returns a string representation of this object.
|
CreateForecastRequest |
withForecastName(String forecastName)
The name for the forecast.
|
CreateForecastRequest |
withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setForecastName(String forecastName)
The name for the forecast.
forecastName - The name for the forecast.public String getForecastName()
The name for the forecast.
public CreateForecastRequest withForecastName(String forecastName)
The name for the forecast.
forecastName - The name for the forecast.public void setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
predictorArn - The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.public String getPredictorArn()
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
public CreateForecastRequest withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
predictorArn - The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.public String toString()
toString in class ObjectObject.toString()public CreateForecastRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.