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>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
81 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
96 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
110 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
132 bool m_idHasBeenSet =
false;
135 bool m_externalIdHasBeenSet =
false;
138 bool m_nameHasBeenSet =
false;
141 bool m_typeHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_pathHasBeenSet =
false;
AssetModelCompositeModelSummary & WithId(const char *value)
AssetModelCompositeModelSummary & WithName(Aws::String &&value)
bool PathHasBeenSet() const
void SetPath(Aws::Vector< AssetModelCompositeModelPathSegment > &&value)
AssetModelCompositeModelSummary & AddPath(AssetModelCompositeModelPathSegment &&value)
AssetModelCompositeModelSummary & WithType(Aws::String &&value)
void SetId(const Aws::String &value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetModelCompositeModelSummary & WithExternalId(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetExternalId(Aws::String &&value)
const Aws::Vector< AssetModelCompositeModelPathSegment > & GetPath() const
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary()
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
AssetModelCompositeModelSummary & WithExternalId(const char *value)
AssetModelCompositeModelSummary & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
AssetModelCompositeModelSummary & WithPath(const Aws::Vector< AssetModelCompositeModelPathSegment > &value)
AssetModelCompositeModelSummary & WithName(const Aws::String &value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AssetModelCompositeModelSummary & WithPath(Aws::Vector< AssetModelCompositeModelPathSegment > &&value)
void SetType(Aws::String &&value)
AssetModelCompositeModelSummary & WithName(const char *value)
AssetModelCompositeModelSummary & WithId(const Aws::String &value)
const Aws::String & GetId() const
void SetPath(const Aws::Vector< AssetModelCompositeModelPathSegment > &value)
const Aws::String & GetExternalId() const
AssetModelCompositeModelSummary & WithType(const Aws::String &value)
const Aws::String & GetType() const
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetDescription(const char *value)
AssetModelCompositeModelSummary & AddPath(const AssetModelCompositeModelPathSegment &value)
AssetModelCompositeModelSummary & WithType(const char *value)
bool ExternalIdHasBeenSet() const
AssetModelCompositeModelSummary & WithDescription(const char *value)
void SetName(const char *value)
AssetModelCompositeModelSummary & WithDescription(const Aws::String &value)
void SetType(const Aws::String &value)
void SetName(Aws::String &&value)
void SetType(const char *value)
AssetModelCompositeModelSummary & WithExternalId(const Aws::String &value)
AssetModelCompositeModelSummary & WithId(Aws::String &&value)
void SetExternalId(const Aws::String &value)
AWS_IOTSITEWISE_API AssetModelCompositeModelSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
void SetId(const char *value)
void SetExternalId(const char *value)
void SetId(Aws::String &&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