7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/iottwinmaker/model/ParentEntityUpdateRequest.h>
12#include <aws/iottwinmaker/model/ComponentUpdateRequest.h>
13#include <aws/iottwinmaker/model/CompositeComponentUpdateRequest.h>
47 inline void SetWorkspaceId(
const char* value) { m_workspaceIdHasBeenSet =
true; m_workspaceId.assign(value); }
61 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
75 inline void SetEntityName(
const char* value) { m_entityNameHasBeenSet =
true; m_entityName.assign(value); }
89 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
148 bool m_workspaceIdHasBeenSet =
false;
151 bool m_entityIdHasBeenSet =
false;
154 bool m_entityNameHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
160 bool m_componentUpdatesHasBeenSet =
false;
163 bool m_compositeComponentUpdatesHasBeenSet =
false;
166 bool m_parentEntityUpdateHasBeenSet =
false;
UpdateEntityRequest & WithCompositeComponentUpdates(const Aws::Map< Aws::String, CompositeComponentUpdateRequest > &value)
UpdateEntityRequest & AddComponentUpdates(const Aws::String &key, ComponentUpdateRequest &&value)
void SetEntityName(const char *value)
void SetEntityId(const char *value)
UpdateEntityRequest & AddComponentUpdates(const char *key, const ComponentUpdateRequest &value)
UpdateEntityRequest & AddCompositeComponentUpdates(const Aws::String &key, CompositeComponentUpdateRequest &&value)
UpdateEntityRequest & WithParentEntityUpdate(ParentEntityUpdateRequest &&value)
bool WorkspaceIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_IOTTWINMAKER_API UpdateEntityRequest()
UpdateEntityRequest & WithEntityId(const char *value)
UpdateEntityRequest & WithDescription(Aws::String &&value)
void SetParentEntityUpdate(const ParentEntityUpdateRequest &value)
UpdateEntityRequest & AddComponentUpdates(Aws::String &&key, const ComponentUpdateRequest &value)
bool EntityNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateEntityRequest & AddCompositeComponentUpdates(const char *key, CompositeComponentUpdateRequest &&value)
void SetWorkspaceId(const Aws::String &value)
void SetEntityName(const Aws::String &value)
UpdateEntityRequest & WithComponentUpdates(const Aws::Map< Aws::String, ComponentUpdateRequest > &value)
UpdateEntityRequest & AddCompositeComponentUpdates(const char *key, const CompositeComponentUpdateRequest &value)
UpdateEntityRequest & WithComponentUpdates(Aws::Map< Aws::String, ComponentUpdateRequest > &&value)
UpdateEntityRequest & AddComponentUpdates(const Aws::String &key, const ComponentUpdateRequest &value)
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
UpdateEntityRequest & AddComponentUpdates(const char *key, ComponentUpdateRequest &&value)
UpdateEntityRequest & WithEntityName(Aws::String &&value)
const Aws::String & GetWorkspaceId() const
UpdateEntityRequest & WithDescription(const char *value)
UpdateEntityRequest & AddCompositeComponentUpdates(const Aws::String &key, const CompositeComponentUpdateRequest &value)
const ParentEntityUpdateRequest & GetParentEntityUpdate() const
void SetDescription(const char *value)
UpdateEntityRequest & WithEntityId(Aws::String &&value)
UpdateEntityRequest & AddCompositeComponentUpdates(Aws::String &&key, CompositeComponentUpdateRequest &&value)
const Aws::Map< Aws::String, CompositeComponentUpdateRequest > & GetCompositeComponentUpdates() const
void SetWorkspaceId(Aws::String &&value)
UpdateEntityRequest & WithEntityName(const char *value)
void SetParentEntityUpdate(ParentEntityUpdateRequest &&value)
bool EntityIdHasBeenSet() const
void SetComponentUpdates(const Aws::Map< Aws::String, ComponentUpdateRequest > &value)
UpdateEntityRequest & WithWorkspaceId(Aws::String &&value)
void SetCompositeComponentUpdates(Aws::Map< Aws::String, CompositeComponentUpdateRequest > &&value)
UpdateEntityRequest & WithEntityName(const Aws::String &value)
void SetDescription(const Aws::String &value)
bool ParentEntityUpdateHasBeenSet() const
bool ComponentUpdatesHasBeenSet() const
const Aws::Map< Aws::String, ComponentUpdateRequest > & GetComponentUpdates() const
void SetEntityId(const Aws::String &value)
UpdateEntityRequest & WithCompositeComponentUpdates(Aws::Map< Aws::String, CompositeComponentUpdateRequest > &&value)
UpdateEntityRequest & WithEntityId(const Aws::String &value)
const Aws::String & GetEntityId() const
void SetCompositeComponentUpdates(const Aws::Map< Aws::String, CompositeComponentUpdateRequest > &value)
UpdateEntityRequest & AddCompositeComponentUpdates(Aws::String &&key, const CompositeComponentUpdateRequest &value)
UpdateEntityRequest & WithParentEntityUpdate(const ParentEntityUpdateRequest &value)
UpdateEntityRequest & WithWorkspaceId(const Aws::String &value)
bool DescriptionHasBeenSet() const
UpdateEntityRequest & AddComponentUpdates(Aws::String &&key, ComponentUpdateRequest &&value)
bool CompositeComponentUpdatesHasBeenSet() const
void SetComponentUpdates(Aws::Map< Aws::String, ComponentUpdateRequest > &&value)
UpdateEntityRequest & WithDescription(const Aws::String &value)
void SetEntityName(Aws::String &&value)
UpdateEntityRequest & WithWorkspaceId(const char *value)
void SetDescription(Aws::String &&value)
void SetWorkspaceId(const char *value)
const Aws::String & GetEntityName() const
void SetEntityId(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String