7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotsitewise/model/AssetModelPropertyDefinition.h>
54 template<
typename IdT = Aws::String>
55 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
56 template<
typename IdT = Aws::String>
70 template<
typename ExternalIdT = Aws::String>
71 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
72 template<
typename ExternalIdT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
107 template<
typename TypeT = Aws::String>
108 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
109 template<
typename TypeT = Aws::String>
119 template<
typename PropertiesT = Aws::Vector<AssetModelPropertyDefinition>>
120 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
121 template<
typename PropertiesT = Aws::Vector<AssetModelPropertyDefinition>>
123 template<
typename PropertiesT = AssetModelPropertyDefinition>
129 bool m_idHasBeenSet =
false;
132 bool m_externalIdHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
141 bool m_typeHasBeenSet =
false;
144 bool m_propertiesHasBeenSet =
false;
bool IdHasBeenSet() const
bool TypeHasBeenSet() const
AssetModelCompositeModelDefinition & WithId(IdT &&value)
AssetModelCompositeModelDefinition & WithDescription(DescriptionT &&value)
const Aws::Vector< AssetModelPropertyDefinition > & GetProperties() const
AWS_IOTSITEWISE_API AssetModelCompositeModelDefinition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExternalId() const
const Aws::String & GetId() const
bool NameHasBeenSet() const
const Aws::String & GetType() const
const Aws::String & GetName() const
AssetModelCompositeModelDefinition & WithProperties(PropertiesT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExternalId(ExternalIdT &&value)
AWS_IOTSITEWISE_API AssetModelCompositeModelDefinition()=default
bool PropertiesHasBeenSet() const
void SetProperties(PropertiesT &&value)
void SetType(TypeT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AssetModelCompositeModelDefinition & WithName(NameT &&value)
AWS_IOTSITEWISE_API AssetModelCompositeModelDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetModelCompositeModelDefinition & WithType(TypeT &&value)
void SetName(NameT &&value)
AssetModelCompositeModelDefinition & WithExternalId(ExternalIdT &&value)
bool DescriptionHasBeenSet() const
AssetModelCompositeModelDefinition & AddProperties(PropertiesT &&value)
bool ExternalIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue