7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/forecast/model/AttributeType.h>
22namespace ForecastService
51 template<
typename AttributeNameT = Aws::String>
52 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
53 template<
typename AttributeNameT = Aws::String>
71 bool m_attributeNameHasBeenSet =
false;
74 bool m_attributeTypeHasBeenSet =
false;
void SetAttributeName(AttributeNameT &&value)
AWS_FORECASTSERVICE_API SchemaAttribute()=default
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
SchemaAttribute & WithAttributeName(AttributeNameT &&value)
const Aws::String & GetAttributeName() const
AttributeType GetAttributeType() const
bool AttributeNameHasBeenSet() const
AWS_FORECASTSERVICE_API SchemaAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetAttributeType(AttributeType value)
bool AttributeTypeHasBeenSet() const
AWS_FORECASTSERVICE_API SchemaAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
SchemaAttribute & WithAttributeType(AttributeType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue