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/AssetModelCompositeModelPathSegment.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
63 template<
typename ExternalIdT = Aws::String>
64 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
65 template<
typename ExternalIdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
88 template<
typename TypeT = Aws::String>
89 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
90 template<
typename TypeT = Aws::String>
100 template<
typename DescriptionT = Aws::String>
101 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
102 template<
typename DescriptionT = Aws::String>
112 template<
typename PathT = Aws::Vector<AssetModelCompositeModelPathSegment>>
113 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
114 template<
typename PathT = Aws::Vector<AssetModelCompositeModelPathSegment>>
116 template<
typename PathT = AssetModelCompositeModelPathSegment>
122 bool m_idHasBeenSet =
false;
125 bool m_externalIdHasBeenSet =
false;
128 bool m_nameHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
137 bool m_pathHasBeenSet =
false;
bool PathHasBeenSet() const
void SetPath(PathT &&value)
void SetType(TypeT &&value)
AssetModelCompositeModelSummary & WithName(NameT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary()=default
AssetModelCompositeModelSummary & WithDescription(DescriptionT &&value)
void SetExternalId(ExternalIdT &&value)
AssetModelCompositeModelSummary & WithId(IdT &&value)
const Aws::Vector< AssetModelCompositeModelPathSegment > & GetPath() const
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AssetModelCompositeModelSummary & WithExternalId(ExternalIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetExternalId() const
const Aws::String & GetType() const
bool IdHasBeenSet() const
AssetModelCompositeModelSummary & WithPath(PathT &&value)
bool NameHasBeenSet() const
bool ExternalIdHasBeenSet() const
AssetModelCompositeModelSummary & AddPath(PathT &&value)
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary(Aws::Utils::Json::JsonView jsonValue)
AssetModelCompositeModelSummary & WithType(TypeT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
bool TypeHasBeenSet() 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