7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/FieldType.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
61 inline void SetType(
const FieldType& value) { m_typeHasBeenSet =
true; m_type = value; }
62 inline void SetType(
FieldType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
69 bool m_nameHasBeenSet =
false;
72 bool m_typeHasBeenSet =
false;
const Aws::String & GetName() const
Field & WithName(Aws::String &&value)
Field & WithType(const FieldType &value)
Field & WithName(const Aws::String &value)
void SetName(const char *value)
bool NameHasBeenSet() const
AWS_IOT_API Field & operator=(Aws::Utils::Json::JsonView jsonValue)
Field & WithName(const char *value)
void SetType(const FieldType &value)
Field & WithType(FieldType &&value)
bool TypeHasBeenSet() const
void SetName(Aws::String &&value)
AWS_IOT_API Field(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(FieldType &&value)
void SetName(const Aws::String &value)
const FieldType & GetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue