7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/FieldType.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
65 bool m_nameHasBeenSet =
false;
68 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