7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/forecast/model/Condition.h>
22namespace ForecastService
54 template<
typename AttributeNameT = Aws::String>
55 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
56 template<
typename AttributeNameT = Aws::String>
66 template<
typename AttributeValueT = Aws::String>
67 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
68 template<
typename AttributeValueT = Aws::String>
86 bool m_attributeNameHasBeenSet =
false;
89 bool m_attributeValueHasBeenSet =
false;
92 bool m_conditionHasBeenSet =
false;
void SetCondition(Condition value)
AWS_FORECASTSERVICE_API TimeSeriesCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API TimeSeriesCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeSeriesCondition & WithAttributeValue(AttributeValueT &&value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeValueHasBeenSet() const
const Aws::String & GetAttributeName() const
TimeSeriesCondition & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeValue() const
void SetAttributeName(AttributeNameT &&value)
bool AttributeNameHasBeenSet() const
void SetAttributeValue(AttributeValueT &&value)
AWS_FORECASTSERVICE_API TimeSeriesCondition()=default
TimeSeriesCondition & WithCondition(Condition value)
Condition GetCondition() const
bool ConditionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue