7#include <aws/iottwinmaker/IoTTwinMaker_EXPORTS.h>
8#include <aws/iottwinmaker/IoTTwinMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename WorkspaceIdT = Aws::String>
42 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
43 template<
typename WorkspaceIdT = Aws::String>
53 template<
typename ComponentNameT = Aws::String>
54 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
55 template<
typename ComponentNameT = Aws::String>
66 template<
typename ComponentPathT = Aws::String>
67 void SetComponentPath(ComponentPathT&& value) { m_componentPathHasBeenSet =
true; m_componentPath = std::forward<ComponentPathT>(value); }
68 template<
typename ComponentPathT = Aws::String>
79 template<
typename EntityIdT = Aws::String>
80 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
81 template<
typename EntityIdT = Aws::String>
91 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 template<
typename NextTokenT = Aws::String>
102 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
103 template<
typename NextTokenT = Aws::String>
109 bool m_workspaceIdHasBeenSet =
false;
112 bool m_componentNameHasBeenSet =
false;
115 bool m_componentPathHasBeenSet =
false;
118 bool m_entityIdHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool WorkspaceIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
void SetComponentPath(ComponentPathT &&value)
bool ComponentPathHasBeenSet() const
const Aws::String & GetComponentPath() const
int GetMaxResults() const
const Aws::String & GetWorkspaceId() const
ListPropertiesRequest & WithMaxResults(int value)
const Aws::String & GetEntityId() const
ListPropertiesRequest & WithComponentName(ComponentNameT &&value)
void SetWorkspaceId(WorkspaceIdT &&value)
ListPropertiesRequest & WithEntityId(EntityIdT &&value)
ListPropertiesRequest & WithComponentPath(ComponentPathT &&value)
bool ComponentNameHasBeenSet() const
void SetComponentName(ComponentNameT &&value)
ListPropertiesRequest & WithWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetComponentName() const
void SetEntityId(EntityIdT &&value)
bool MaxResultsHasBeenSet() const
bool EntityIdHasBeenSet() const
ListPropertiesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_IOTTWINMAKER_API ListPropertiesRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String