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); }
57 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
72 inline void SetComponentPath(
const char* value) { m_componentPathHasBeenSet =
true; m_componentPath.assign(value); }
87 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
99 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
111 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
119 bool m_workspaceIdHasBeenSet =
false;
122 bool m_componentNameHasBeenSet =
false;
125 bool m_componentPathHasBeenSet =
false;
128 bool m_entityIdHasBeenSet =
false;
131 bool m_maxResultsHasBeenSet =
false;
134 bool m_nextTokenHasBeenSet =
false;
ListPropertiesRequest & WithComponentPath(const char *value)
const Aws::String & GetNextToken() const
void SetComponentPath(const char *value)
bool NextTokenHasBeenSet() const
ListPropertiesRequest & WithNextToken(Aws::String &&value)
bool WorkspaceIdHasBeenSet() const
ListPropertiesRequest & WithWorkspaceId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
ListPropertiesRequest & WithComponentName(Aws::String &&value)
bool ComponentPathHasBeenSet() const
void SetComponentPath(Aws::String &&value)
ListPropertiesRequest & WithComponentPath(const Aws::String &value)
ListPropertiesRequest & WithNextToken(const char *value)
AWS_IOTTWINMAKER_API ListPropertiesRequest()
const Aws::String & GetComponentPath() const
void SetWorkspaceId(Aws::String &&value)
void SetComponentName(const Aws::String &value)
int GetMaxResults() const
void SetNextToken(Aws::String &&value)
ListPropertiesRequest & WithEntityId(const Aws::String &value)
ListPropertiesRequest & WithComponentPath(Aws::String &&value)
void SetWorkspaceId(const Aws::String &value)
ListPropertiesRequest & WithEntityId(Aws::String &&value)
const Aws::String & GetWorkspaceId() const
ListPropertiesRequest & WithMaxResults(int value)
void SetEntityId(const Aws::String &value)
const Aws::String & GetEntityId() const
void SetWorkspaceId(const char *value)
ListPropertiesRequest & WithWorkspaceId(const Aws::String &value)
ListPropertiesRequest & WithComponentName(const Aws::String &value)
bool ComponentNameHasBeenSet() const
ListPropertiesRequest & WithComponentName(const char *value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetComponentName() const
void SetEntityId(const char *value)
void SetComponentName(const char *value)
bool MaxResultsHasBeenSet() const
bool EntityIdHasBeenSet() const
void SetEntityId(Aws::String &&value)
ListPropertiesRequest & WithWorkspaceId(Aws::String &&value)
ListPropertiesRequest & WithEntityId(const char *value)
void SetComponentName(Aws::String &&value)
void SetMaxResults(int value)
void SetNextToken(const char *value)
ListPropertiesRequest & WithNextToken(const Aws::String &value)
void SetComponentPath(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String