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