@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateForecastResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateForecastResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastResult |
clone() |
boolean |
equals(Object obj) |
String |
getForecastArn()
The Amazon Resource Name (ARN) of the forecast.
|
int |
hashCode() |
void |
setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast.
|
String |
toString()
Returns a string representation of this object.
|
CreateForecastResult |
withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast.
forecastArn - The Amazon Resource Name (ARN) of the forecast.public String getForecastArn()
The Amazon Resource Name (ARN) of the forecast.
public CreateForecastResult withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast.
forecastArn - The Amazon Resource Name (ARN) of the forecast.public String toString()
toString in class ObjectObject.toString()public CreateForecastResult clone()