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
53 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
75 bool m_attributeNameHasBeenSet =
false;
78 bool m_attributeTypeHasBeenSet =
false;
SchemaAttribute & WithAttributeName(Aws::String &&value)
void SetAttributeName(const char *value)
void SetAttributeType(AttributeType &&value)
void SetAttributeName(const Aws::String &value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAttributeName() const
AWS_FORECASTSERVICE_API SchemaAttribute()
bool AttributeNameHasBeenSet() const
AWS_FORECASTSERVICE_API SchemaAttribute(Aws::Utils::Json::JsonView jsonValue)
SchemaAttribute & WithAttributeType(const AttributeType &value)
void SetAttributeName(Aws::String &&value)
const AttributeType & GetAttributeType() const
SchemaAttribute & WithAttributeType(AttributeType &&value)
void SetAttributeType(const AttributeType &value)
bool AttributeTypeHasBeenSet() const
SchemaAttribute & WithAttributeName(const char *value)
SchemaAttribute & WithAttributeName(const Aws::String &value)
AWS_FORECASTSERVICE_API SchemaAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue