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/AssetProperty.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
81 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
109 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
125 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
133 bool m_nameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_typeHasBeenSet =
false;
142 bool m_propertiesHasBeenSet =
false;
145 bool m_idHasBeenSet =
false;
148 bool m_externalIdHasBeenSet =
false;
bool PropertiesHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetType(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetId(Aws::String &&value)
AssetCompositeModel & WithType(Aws::String &&value)
AssetCompositeModel & WithType(const Aws::String &value)
void SetExternalId(const Aws::String &value)
AWS_IOTSITEWISE_API AssetCompositeModel & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProperties(Aws::Vector< AssetProperty > &&value)
void SetName(Aws::String &&value)
const Aws::String & GetId() const
const Aws::Vector< AssetProperty > & GetProperties() const
AssetCompositeModel & WithDescription(const char *value)
void SetDescription(const char *value)
AssetCompositeModel & WithExternalId(const Aws::String &value)
AssetCompositeModel & WithName(const char *value)
AssetCompositeModel & WithName(const Aws::String &value)
void SetName(const char *value)
AssetCompositeModel & WithId(const char *value)
void SetType(const char *value)
const Aws::String & GetDescription() const
AssetCompositeModel & WithId(const Aws::String &value)
AssetCompositeModel & WithProperties(Aws::Vector< AssetProperty > &&value)
void SetDescription(Aws::String &&value)
void SetExternalId(const char *value)
AssetCompositeModel & AddProperties(const AssetProperty &value)
void SetId(const char *value)
bool ExternalIdHasBeenSet() const
void SetType(const Aws::String &value)
AssetCompositeModel & WithId(Aws::String &&value)
AssetCompositeModel & WithProperties(const Aws::Vector< AssetProperty > &value)
bool IdHasBeenSet() const
bool NameHasBeenSet() const
void SetProperties(const Aws::Vector< AssetProperty > &value)
AssetCompositeModel & WithType(const char *value)
void SetId(const Aws::String &value)
AssetCompositeModel & WithName(Aws::String &&value)
AssetCompositeModel & WithDescription(const Aws::String &value)
void SetName(const Aws::String &value)
AssetCompositeModel & WithExternalId(const char *value)
AssetCompositeModel & WithExternalId(Aws::String &&value)
const Aws::String & GetExternalId() const
AssetCompositeModel & AddProperties(AssetProperty &&value)
void SetExternalId(Aws::String &&value)
AssetCompositeModel & WithDescription(Aws::String &&value)
const Aws::String & GetType() const
bool TypeHasBeenSet() const
AWS_IOTSITEWISE_API AssetCompositeModel(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
AWS_IOTSITEWISE_API AssetCompositeModel()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue