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/AssetCompositeModelPathSegment.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
65 template<
typename ExternalIdT = Aws::String>
66 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
67 template<
typename ExternalIdT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
93 template<
typename TypeT = Aws::String>
94 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
95 template<
typename TypeT = Aws::String>
105 template<
typename DescriptionT = Aws::String>
106 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
107 template<
typename DescriptionT = Aws::String>
118 template<
typename PathT = Aws::Vector<AssetCompositeModelPathSegment>>
119 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
120 template<
typename PathT = Aws::Vector<AssetCompositeModelPathSegment>>
122 template<
typename PathT = AssetCompositeModelPathSegment>
128 bool m_idHasBeenSet =
false;
131 bool m_externalIdHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_typeHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
143 bool m_pathHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AWS_IOTSITEWISE_API AssetCompositeModelSummary()=default
void SetDescription(DescriptionT &&value)
AssetCompositeModelSummary & WithId(IdT &&value)
const Aws::String & GetDescription() const
bool PathHasBeenSet() const
void SetExternalId(ExternalIdT &&value)
const Aws::String & GetName() const
AssetCompositeModelSummary & WithDescription(DescriptionT &&value)
void SetType(TypeT &&value)
const Aws::String & GetId() const
AWS_IOTSITEWISE_API AssetCompositeModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExternalId() const
bool TypeHasBeenSet() const
AWS_IOTSITEWISE_API AssetCompositeModelSummary(Aws::Utils::Json::JsonView jsonValue)
bool ExternalIdHasBeenSet() const
bool IdHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetType() const
void SetName(NameT &&value)
AssetCompositeModelSummary & WithType(TypeT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPath(PathT &&value)
AssetCompositeModelSummary & AddPath(PathT &&value)
const Aws::Vector< AssetCompositeModelPathSegment > & GetPath() const
AssetCompositeModelSummary & WithExternalId(ExternalIdT &&value)
AssetCompositeModelSummary & WithPath(PathT &&value)
AssetCompositeModelSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue