7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace ForecastService
51 template<
typename WhatIfForecastArnT = Aws::String>
52 void SetWhatIfForecastArn(WhatIfForecastArnT&& value) { m_whatIfForecastArnHasBeenSet =
true; m_whatIfForecastArn = std::forward<WhatIfForecastArnT>(value); }
53 template<
typename WhatIfForecastArnT = Aws::String>
63 template<
typename WhatIfForecastNameT = Aws::String>
64 void SetWhatIfForecastName(WhatIfForecastNameT&& value) { m_whatIfForecastNameHasBeenSet =
true; m_whatIfForecastName = std::forward<WhatIfForecastNameT>(value); }
65 template<
typename WhatIfForecastNameT = Aws::String>
76 template<
typename WhatIfAnalysisArnT = Aws::String>
77 void SetWhatIfAnalysisArn(WhatIfAnalysisArnT&& value) { m_whatIfAnalysisArnHasBeenSet =
true; m_whatIfAnalysisArn = std::forward<WhatIfAnalysisArnT>(value); }
78 template<
typename WhatIfAnalysisArnT = Aws::String>
95 template<
typename StatusT = Aws::String>
96 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
97 template<
typename StatusT = Aws::String>
107 template<
typename MessageT = Aws::String>
108 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
109 template<
typename MessageT = Aws::String>
119 template<
typename CreationTimeT = Aws::Utils::DateTime>
120 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
121 template<
typename CreationTimeT = Aws::Utils::DateTime>
137 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
138 void SetLastModificationTime(LastModificationTimeT&& value) { m_lastModificationTimeHasBeenSet =
true; m_lastModificationTime = std::forward<LastModificationTimeT>(value); }
139 template<
typename LastModificationTimeT = Aws::Utils::DateTime>
145 bool m_whatIfForecastArnHasBeenSet =
false;
148 bool m_whatIfForecastNameHasBeenSet =
false;
151 bool m_whatIfAnalysisArnHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
157 bool m_messageHasBeenSet =
false;
160 bool m_creationTimeHasBeenSet =
false;
163 bool m_lastModificationTimeHasBeenSet =
false;
const Aws::String & GetStatus() const
void SetLastModificationTime(LastModificationTimeT &&value)
AWS_FORECASTSERVICE_API WhatIfForecastSummary()=default
const Aws::String & GetMessage() const
const Aws::String & GetWhatIfAnalysisArn() const
WhatIfForecastSummary & WithWhatIfForecastArn(WhatIfForecastArnT &&value)
WhatIfForecastSummary & WithLastModificationTime(LastModificationTimeT &&value)
bool WhatIfAnalysisArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastModificationTime() const
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWhatIfForecastName(WhatIfForecastNameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
WhatIfForecastSummary & WithMessage(MessageT &&value)
const Aws::String & GetWhatIfForecastName() const
AWS_FORECASTSERVICE_API WhatIfForecastSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API WhatIfForecastSummary(Aws::Utils::Json::JsonView jsonValue)
void SetWhatIfForecastArn(WhatIfForecastArnT &&value)
bool WhatIfForecastNameHasBeenSet() const
bool StatusHasBeenSet() const
void SetWhatIfAnalysisArn(WhatIfAnalysisArnT &&value)
void SetCreationTime(CreationTimeT &&value)
WhatIfForecastSummary & WithWhatIfAnalysisArn(WhatIfAnalysisArnT &&value)
WhatIfForecastSummary & WithWhatIfForecastName(WhatIfForecastNameT &&value)
bool CreationTimeHasBeenSet() const
WhatIfForecastSummary & WithStatus(StatusT &&value)
bool WhatIfForecastArnHasBeenSet() const
WhatIfForecastSummary & WithCreationTime(CreationTimeT &&value)
void SetMessage(MessageT &&value)
void SetStatus(StatusT &&value)
bool LastModificationTimeHasBeenSet() const
const Aws::String & GetWhatIfForecastArn() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue