7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace ForecastService
57 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
109 bool m_attributeNameHasBeenSet =
false;
112 bool m_transformationsHasBeenSet =
false;
const Aws::String & GetAttributeName() const
bool TransformationsHasBeenSet() const
AttributeConfig & WithTransformations(const Aws::Map< Aws::String, Aws::String > &value)
AttributeConfig & AddTransformations(const Aws::String &key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTransformations() const
AWS_FORECASTSERVICE_API AttributeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AttributeConfig & WithAttributeName(const char *value)
void SetTransformations(const Aws::Map< Aws::String, Aws::String > &value)
AttributeConfig & AddTransformations(const char *key, Aws::String &&value)
AttributeConfig & AddTransformations(Aws::String &&key, const Aws::String &value)
AWS_FORECASTSERVICE_API AttributeConfig(Aws::Utils::Json::JsonView jsonValue)
AttributeConfig & AddTransformations(const Aws::String &key, Aws::String &&value)
void SetAttributeName(Aws::String &&value)
AttributeConfig & AddTransformations(Aws::String &&key, const char *value)
AttributeConfig & AddTransformations(Aws::String &&key, Aws::String &&value)
AttributeConfig & WithAttributeName(Aws::String &&value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeNameHasBeenSet() const
void SetAttributeName(const char *value)
AttributeConfig & WithTransformations(Aws::Map< Aws::String, Aws::String > &&value)
void SetAttributeName(const Aws::String &value)
AWS_FORECASTSERVICE_API AttributeConfig()
AttributeConfig & WithAttributeName(const Aws::String &value)
void SetTransformations(Aws::Map< Aws::String, Aws::String > &&value)
AttributeConfig & AddTransformations(const char *key, const char *value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue