7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetWorkspaceId(
const char* value) { m_workspaceIdHasBeenSet =
true; m_workspaceId.assign(value); }
58 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
73 inline void SetComponentPath(
const char* value) { m_componentPathHasBeenSet =
true; m_componentPath.assign(value); }
85 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
97 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
105 bool m_workspaceIdHasBeenSet =
false;
108 bool m_entityIdHasBeenSet =
false;
111 bool m_componentPathHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
ListComponentsRequest & WithMaxResults(int value)
const Aws::String & GetComponentPath() const
void SetEntityId(const char *value)
void SetComponentPath(const Aws::String &value)
bool WorkspaceIdHasBeenSet() const
void SetEntityId(const Aws::String &value)
void SetWorkspaceId(Aws::String &&value)
void SetWorkspaceId(const char *value)
const Aws::String & GetWorkspaceId() const
void SetComponentPath(const char *value)
void SetNextToken(Aws::String &&value)
ListComponentsRequest & WithComponentPath(const Aws::String &value)
void SetEntityId(Aws::String &&value)
ListComponentsRequest & WithEntityId(Aws::String &&value)
ListComponentsRequest & WithEntityId(const Aws::String &value)
ListComponentsRequest & WithComponentPath(const char *value)
ListComponentsRequest & WithNextToken(const char *value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool EntityIdHasBeenSet() const
ListComponentsRequest & WithEntityId(const char *value)
ListComponentsRequest & WithNextToken(Aws::String &&value)
AWS_IOTTWINMAKER_API ListComponentsRequest()
ListComponentsRequest & WithComponentPath(Aws::String &&value)
void SetNextToken(const char *value)
ListComponentsRequest & WithNextToken(const Aws::String &value)
bool ComponentPathHasBeenSet() const
ListComponentsRequest & WithWorkspaceId(Aws::String &&value)
const Aws::String & GetEntityId() const
void SetComponentPath(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetWorkspaceId(const Aws::String &value)
int GetMaxResults() const
ListComponentsRequest & WithWorkspaceId(const Aws::String &value)
ListComponentsRequest & WithWorkspaceId(const char *value)
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String