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
76 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
90 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
98 bool m_testWindowStartHasBeenSet =
false;
101 bool m_testWindowEndHasBeenSet =
false;
104 bool m_statusHasBeenSet =
false;
107 bool m_messageHasBeenSet =
false;
bool TestWindowEndHasBeenSet() const
void SetMessage(Aws::String &&value)
TestWindowSummary & WithStatus(Aws::String &&value)
TestWindowSummary & WithStatus(const Aws::String &value)
TestWindowSummary & WithMessage(const Aws::String &value)
TestWindowSummary & WithTestWindowStart(const Aws::Utils::DateTime &value)
void SetTestWindowEnd(Aws::Utils::DateTime &&value)
bool TestWindowStartHasBeenSet() const
const Aws::String & GetMessage() const
TestWindowSummary & WithMessage(Aws::String &&value)
void SetStatus(Aws::String &&value)
TestWindowSummary & WithTestWindowEnd(const Aws::Utils::DateTime &value)
void SetTestWindowStart(Aws::Utils::DateTime &&value)
void SetTestWindowStart(const Aws::Utils::DateTime &value)
void SetMessage(const Aws::String &value)
TestWindowSummary & WithMessage(const char *value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetStatus() const
TestWindowSummary & WithTestWindowEnd(Aws::Utils::DateTime &&value)
AWS_FORECASTSERVICE_API TestWindowSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TestWindowSummary & WithTestWindowStart(Aws::Utils::DateTime &&value)
AWS_FORECASTSERVICE_API TestWindowSummary(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(const char *value)
AWS_FORECASTSERVICE_API TestWindowSummary()
void SetTestWindowEnd(const Aws::Utils::DateTime &value)
bool StatusHasBeenSet() const
bool MessageHasBeenSet() const
void SetMessage(const char *value)
const Aws::Utils::DateTime & GetTestWindowStart() const
const Aws::Utils::DateTime & GetTestWindowEnd() const
void SetStatus(const Aws::String &value)
TestWindowSummary & WithStatus(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue