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/AssetModelProperty.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
75 template<
typename TypeT = Aws::String>
76 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
77 template<
typename TypeT = Aws::String>
87 template<
typename PropertiesT = Aws::Vector<AssetModelProperty>>
88 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
89 template<
typename PropertiesT = Aws::Vector<AssetModelProperty>>
91 template<
typename PropertiesT = AssetModelProperty>
101 template<
typename IdT = Aws::String>
102 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
103 template<
typename IdT = Aws::String>
116 template<
typename ExternalIdT = Aws::String>
117 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
118 template<
typename ExternalIdT = Aws::String>
124 bool m_nameHasBeenSet =
false;
127 bool m_descriptionHasBeenSet =
false;
130 bool m_typeHasBeenSet =
false;
133 bool m_propertiesHasBeenSet =
false;
136 bool m_idHasBeenSet =
false;
139 bool m_externalIdHasBeenSet =
false;
bool DescriptionHasBeenSet() const
void SetExternalId(ExternalIdT &&value)
void SetDescription(DescriptionT &&value)
AssetModelCompositeModel & AddProperties(PropertiesT &&value)
bool TypeHasBeenSet() const
void SetProperties(PropertiesT &&value)
void SetName(NameT &&value)
AWS_IOTSITEWISE_API AssetModelCompositeModel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool PropertiesHasBeenSet() const
bool ExternalIdHasBeenSet() const
AssetModelCompositeModel & WithDescription(DescriptionT &&value)
const Aws::Vector< AssetModelProperty > & GetProperties() const
const Aws::String & GetExternalId() const
AWS_IOTSITEWISE_API AssetModelCompositeModel(Aws::Utils::Json::JsonView jsonValue)
AssetModelCompositeModel & WithId(IdT &&value)
bool NameHasBeenSet() const
AssetModelCompositeModel & WithExternalId(ExternalIdT &&value)
const Aws::String & GetId() const
AssetModelCompositeModel & WithType(TypeT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetModelCompositeModel & WithProperties(PropertiesT &&value)
AWS_IOTSITEWISE_API AssetModelCompositeModel()=default
void SetType(TypeT &&value)
AssetModelCompositeModel & WithName(NameT &&value)
const Aws::String & GetType() const
bool IdHasBeenSet() const
const Aws::String & GetDescription() 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