7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/Property.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 = Aws::String>
61 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
62 template<
typename TypeT = Aws::String>
70 template<
typename AssetPropertyT = Property>
71 void SetAssetProperty(AssetPropertyT&& value) { m_assetPropertyHasBeenSet =
true; m_assetProperty = std::forward<AssetPropertyT>(value); }
72 template<
typename AssetPropertyT = Property>
82 template<
typename IdT = Aws::String>
83 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
84 template<
typename IdT = Aws::String>
97 template<
typename ExternalIdT = Aws::String>
98 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
99 template<
typename ExternalIdT = Aws::String>
105 bool m_nameHasBeenSet =
false;
108 bool m_typeHasBeenSet =
false;
111 bool m_assetPropertyHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
117 bool m_externalIdHasBeenSet =
false;
bool ExternalIdHasBeenSet() const
CompositeModelProperty & WithAssetProperty(AssetPropertyT &&value)
const Aws::String & GetId() const
bool AssetPropertyHasBeenSet() const
CompositeModelProperty & WithName(NameT &&value)
const Aws::String & GetExternalId() const
const Aws::String & GetType() const
void SetName(NameT &&value)
AWS_IOTSITEWISE_API CompositeModelProperty()=default
AWS_IOTSITEWISE_API CompositeModelProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
bool IdHasBeenSet() const
void SetType(TypeT &&value)
AWS_IOTSITEWISE_API CompositeModelProperty(Aws::Utils::Json::JsonView jsonValue)
const Property & GetAssetProperty() const
bool NameHasBeenSet() const
void SetExternalId(ExternalIdT &&value)
CompositeModelProperty & WithType(TypeT &&value)
CompositeModelProperty & WithExternalId(ExternalIdT &&value)
const Aws::String & GetName() const
bool TypeHasBeenSet() const
CompositeModelProperty & WithId(IdT &&value)
void SetAssetProperty(AssetPropertyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue