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/AWSVector.h>
11#include <aws/iottwinmaker/model/TabularConditions.h>
43 template<
typename ComponentNameT = Aws::String>
44 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
45 template<
typename ComponentNameT = Aws::String>
56 template<
typename ComponentPathT = Aws::String>
57 void SetComponentPath(ComponentPathT&& value) { m_componentPathHasBeenSet =
true; m_componentPath = std::forward<ComponentPathT>(value); }
58 template<
typename ComponentPathT = Aws::String>
68 template<
typename ComponentTypeIdT = Aws::String>
69 void SetComponentTypeId(ComponentTypeIdT&& value) { m_componentTypeIdHasBeenSet =
true; m_componentTypeId = std::forward<ComponentTypeIdT>(value); }
70 template<
typename ComponentTypeIdT = Aws::String>
80 template<
typename EntityIdT = Aws::String>
81 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
82 template<
typename EntityIdT = Aws::String>
92 template<
typename SelectedPropertiesT = Aws::Vector<Aws::String>>
93 void SetSelectedProperties(SelectedPropertiesT&& value) { m_selectedPropertiesHasBeenSet =
true; m_selectedProperties = std::forward<SelectedPropertiesT>(value); }
94 template<
typename SelectedPropertiesT = Aws::Vector<Aws::String>>
96 template<
typename SelectedPropertiesT = Aws::String>
106 template<
typename WorkspaceIdT = Aws::String>
107 void SetWorkspaceId(WorkspaceIdT&& value) { m_workspaceIdHasBeenSet =
true; m_workspaceId = std::forward<WorkspaceIdT>(value); }
108 template<
typename WorkspaceIdT = Aws::String>
119 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
129 template<
typename NextTokenT = Aws::String>
130 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
131 template<
typename NextTokenT = Aws::String>
141 template<
typename PropertyGroupNameT = Aws::String>
142 void SetPropertyGroupName(PropertyGroupNameT&& value) { m_propertyGroupNameHasBeenSet =
true; m_propertyGroupName = std::forward<PropertyGroupNameT>(value); }
143 template<
typename PropertyGroupNameT = Aws::String>
153 template<
typename TabularConditionsT = TabularConditions>
154 void SetTabularConditions(TabularConditionsT&& value) { m_tabularConditionsHasBeenSet =
true; m_tabularConditions = std::forward<TabularConditionsT>(value); }
155 template<
typename TabularConditionsT = TabularConditions>
161 bool m_componentNameHasBeenSet =
false;
164 bool m_componentPathHasBeenSet =
false;
167 bool m_componentTypeIdHasBeenSet =
false;
170 bool m_entityIdHasBeenSet =
false;
173 bool m_selectedPropertiesHasBeenSet =
false;
176 bool m_workspaceIdHasBeenSet =
false;
179 bool m_maxResultsHasBeenSet =
false;
182 bool m_nextTokenHasBeenSet =
false;
185 bool m_propertyGroupNameHasBeenSet =
false;
187 TabularConditions m_tabularConditions;
188 bool m_tabularConditionsHasBeenSet =
false;
void SetTabularConditions(TabularConditionsT &&value)
int GetMaxResults() const
bool PropertyGroupNameHasBeenSet() const
void SetComponentName(ComponentNameT &&value)
GetPropertyValueRequest & WithNextToken(NextTokenT &&value)
const TabularConditions & GetTabularConditions() const
GetPropertyValueRequest & WithComponentName(ComponentNameT &&value)
void SetComponentPath(ComponentPathT &&value)
bool EntityIdHasBeenSet() const
bool TabularConditionsHasBeenSet() const
bool SelectedPropertiesHasBeenSet() const
void SetSelectedProperties(SelectedPropertiesT &&value)
GetPropertyValueRequest & WithComponentPath(ComponentPathT &&value)
void SetPropertyGroupName(PropertyGroupNameT &&value)
GetPropertyValueRequest & WithEntityId(EntityIdT &&value)
const Aws::String & GetComponentTypeId() const
GetPropertyValueRequest & WithSelectedProperties(SelectedPropertiesT &&value)
void SetNextToken(NextTokenT &&value)
GetPropertyValueRequest & WithWorkspaceId(WorkspaceIdT &&value)
const Aws::String & GetEntityId() const
bool NextTokenHasBeenSet() const
GetPropertyValueRequest & WithComponentTypeId(ComponentTypeIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkspaceId() const
void SetMaxResults(int value)
const Aws::String & GetComponentName() const
const Aws::Vector< Aws::String > & GetSelectedProperties() const
GetPropertyValueRequest & WithTabularConditions(TabularConditionsT &&value)
AWS_IOTTWINMAKER_API GetPropertyValueRequest()=default
bool MaxResultsHasBeenSet() const
const Aws::String & GetComponentPath() const
void SetWorkspaceId(WorkspaceIdT &&value)
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
bool ComponentNameHasBeenSet() const
const Aws::String & GetPropertyGroupName() const
GetPropertyValueRequest & AddSelectedProperties(SelectedPropertiesT &&value)
bool ComponentTypeIdHasBeenSet() const
void SetEntityId(EntityIdT &&value)
bool WorkspaceIdHasBeenSet() const
GetPropertyValueRequest & WithPropertyGroupName(PropertyGroupNameT &&value)
void SetComponentTypeId(ComponentTypeIdT &&value)
GetPropertyValueRequest & WithMaxResults(int value)
bool ComponentPathHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector