7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/ColumnType.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename TypeT = ColumnType>
61 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
62 template<
typename TypeT = ColumnType>
68 bool m_nameHasBeenSet =
false;
71 bool m_typeHasBeenSet =
false;
void SetType(TypeT &&value)
ColumnInfo & WithName(NameT &&value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
const ColumnType & GetType() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
ColumnInfo & WithType(TypeT &&value)
const Aws::String & GetName() const
AWS_IOTSITEWISE_API ColumnInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API ColumnInfo()=default
AWS_IOTSITEWISE_API ColumnInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue