7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ForecastService
48 template<
typename TestWindowStartT = Aws::Utils::DateTime>
49 void SetTestWindowStart(TestWindowStartT&& value) { m_testWindowStartHasBeenSet =
true; m_testWindowStart = std::forward<TestWindowStartT>(value); }
50 template<
typename TestWindowStartT = Aws::Utils::DateTime>
60 template<
typename TestWindowEndT = Aws::Utils::DateTime>
61 void SetTestWindowEnd(TestWindowEndT&& value) { m_testWindowEndHasBeenSet =
true; m_testWindowEnd = std::forward<TestWindowEndT>(value); }
62 template<
typename TestWindowEndT = Aws::Utils::DateTime>
74 template<
typename StatusT = Aws::String>
75 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
76 template<
typename StatusT = Aws::String>
86 template<
typename MessageT = Aws::String>
87 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
88 template<
typename MessageT = Aws::String>
94 bool m_testWindowStartHasBeenSet =
false;
97 bool m_testWindowEndHasBeenSet =
false;
100 bool m_statusHasBeenSet =
false;
103 bool m_messageHasBeenSet =
false;
TestWindowSummary & WithStatus(StatusT &&value)
void SetTestWindowStart(TestWindowStartT &&value)
TestWindowSummary & WithTestWindowEnd(TestWindowEndT &&value)
void SetMessage(MessageT &&value)
bool TestWindowEndHasBeenSet() const
TestWindowSummary & WithMessage(MessageT &&value)
bool TestWindowStartHasBeenSet() const
const Aws::String & GetMessage() const
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatus() const
AWS_FORECASTSERVICE_API TestWindowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TestWindowSummary & WithTestWindowStart(TestWindowStartT &&value)
AWS_FORECASTSERVICE_API TestWindowSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTestWindowEnd(TestWindowEndT &&value)
bool StatusHasBeenSet() const
bool MessageHasBeenSet() const
const Aws::Utils::DateTime & GetTestWindowStart() const
AWS_FORECASTSERVICE_API TestWindowSummary()=default
const Aws::Utils::DateTime & GetTestWindowEnd() const
void SetStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue