7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iottwinmaker/model/Status.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/iottwinmaker/model/ComponentResponse.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
46 inline void SetEntityId(
const char* value) { m_entityId.assign(value); }
59 inline void SetEntityName(
const char* value) { m_entityName.assign(value); }
72 inline void SetArn(
const char* value) { m_arn.assign(value); }
96 inline void SetWorkspaceId(
const char* value) { m_workspaceId.assign(value); }
185 inline void SetSyncSource(
const char* value) { m_syncSource.assign(value); }
206 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
229 bool m_hasChildEntities;
237 bool m_areAllComponentsReturned;
void SetWorkspaceId(const char *value)
GetEntityResult & WithParentEntityId(Aws::String &&value)
const Aws::String & GetParentEntityId() const
GetEntityResult & WithEntityName(const char *value)
GetEntityResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
GetEntityResult & WithArn(Aws::String &&value)
GetEntityResult & WithSyncSource(Aws::String &&value)
void SetStatus(Status &&value)
AWS_IOTTWINMAKER_API GetEntityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEntityResult & WithStatus(Status &&value)
GetEntityResult & WithWorkspaceId(const char *value)
void SetEntityName(Aws::String &&value)
GetEntityResult & WithUpdateDateTime(Aws::Utils::DateTime &&value)
void SetSyncSource(const char *value)
GetEntityResult & WithDescription(const Aws::String &value)
void SetSyncSource(const Aws::String &value)
GetEntityResult & WithEntityName(Aws::String &&value)
void SetEntityId(Aws::String &&value)
GetEntityResult & WithEntityName(const Aws::String &value)
void SetUpdateDateTime(const Aws::Utils::DateTime &value)
const Status & GetStatus() const
void SetEntityId(const Aws::String &value)
void SetStatus(const Status &value)
void SetWorkspaceId(const Aws::String &value)
GetEntityResult & WithStatus(const Status &value)
void SetHasChildEntities(bool value)
void SetSyncSource(Aws::String &&value)
void SetArn(const Aws::String &value)
const Aws::Map< Aws::String, ComponentResponse > & GetComponents() const
void SetRequestId(const char *value)
GetEntityResult & WithUpdateDateTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetUpdateDateTime() const
const Aws::String & GetWorkspaceId() const
void SetCreationDateTime(const Aws::Utils::DateTime &value)
void SetEntityName(const Aws::String &value)
bool GetAreAllComponentsReturned() const
void SetWorkspaceId(Aws::String &&value)
GetEntityResult & WithArn(const Aws::String &value)
void SetRequestId(Aws::String &&value)
GetEntityResult & WithHasChildEntities(bool value)
GetEntityResult & WithComponents(Aws::Map< Aws::String, ComponentResponse > &&value)
GetEntityResult & AddComponents(const Aws::String &key, const ComponentResponse &value)
GetEntityResult & WithComponents(const Aws::Map< Aws::String, ComponentResponse > &value)
GetEntityResult & WithWorkspaceId(const Aws::String &value)
void SetAreAllComponentsReturned(bool value)
GetEntityResult & WithCreationDateTime(Aws::Utils::DateTime &&value)
AWS_IOTTWINMAKER_API GetEntityResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEntityResult & WithParentEntityId(const Aws::String &value)
GetEntityResult & WithSyncSource(const char *value)
const Aws::Utils::DateTime & GetCreationDateTime() const
GetEntityResult & WithEntityId(Aws::String &&value)
const Aws::String & GetSyncSource() const
AWS_IOTTWINMAKER_API GetEntityResult()
GetEntityResult & AddComponents(Aws::String &&key, const ComponentResponse &value)
void SetParentEntityId(const Aws::String &value)
GetEntityResult & WithWorkspaceId(Aws::String &&value)
const Aws::String & GetEntityId() const
GetEntityResult & WithArn(const char *value)
void SetDescription(Aws::String &&value)
GetEntityResult & WithEntityId(const char *value)
const Aws::String & GetEntityName() const
void SetArn(Aws::String &&value)
void SetParentEntityId(const char *value)
GetEntityResult & WithSyncSource(const Aws::String &value)
const Aws::String & GetDescription() const
void SetParentEntityId(Aws::String &&value)
GetEntityResult & WithDescription(const char *value)
void SetDescription(const char *value)
GetEntityResult & AddComponents(Aws::String &&key, ComponentResponse &&value)
void SetComponents(const Aws::Map< Aws::String, ComponentResponse > &value)
GetEntityResult & WithRequestId(Aws::String &&value)
const Aws::String & GetArn() const
void SetArn(const char *value)
void SetCreationDateTime(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
GetEntityResult & WithRequestId(const Aws::String &value)
bool GetHasChildEntities() const
void SetEntityId(const char *value)
void SetComponents(Aws::Map< Aws::String, ComponentResponse > &&value)
GetEntityResult & WithCreationDateTime(const Aws::Utils::DateTime &value)
GetEntityResult & AddComponents(const Aws::String &key, ComponentResponse &&value)
GetEntityResult & WithEntityId(const Aws::String &value)
GetEntityResult & WithParentEntityId(const char *value)
void SetUpdateDateTime(Aws::Utils::DateTime &&value)
GetEntityResult & AddComponents(const char *key, ComponentResponse &&value)
GetEntityResult & AddComponents(const char *key, const ComponentResponse &value)
void SetRequestId(const Aws::String &value)
void SetEntityName(const char *value)
GetEntityResult & WithAreAllComponentsReturned(bool value)
GetEntityResult & WithDescription(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
Aws::Utils::Json::JsonValue JsonValue