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