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