7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/FieldType.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 m_typeHasBeenSet =
true;
72 bool m_nameHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
const Aws::String & GetName() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
AWS_IOT_API Field & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
Field & WithType(FieldType value)
AWS_IOT_API Field(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API Field()=default
void SetType(FieldType value)
FieldType GetType() const
Field & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue