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>
45 inline void SetComponentName(
const char* value) { m_componentNameHasBeenSet =
true; m_componentName.assign(value); }
60 inline void SetComponentPath(
const char* value) { m_componentPathHasBeenSet =
true; m_componentPath.assign(value); }
74 inline void SetComponentTypeId(
const char* value) { m_componentTypeIdHasBeenSet =
true; m_componentTypeId.assign(value); }
88 inline void SetEntityId(
const char* value) { m_entityIdHasBeenSet =
true; m_entityId.assign(value); }
117 inline void SetWorkspaceId(
const char* value) { m_workspaceIdHasBeenSet =
true; m_workspaceId.assign(value); }
130 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
142 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
156 inline void SetPropertyGroupName(
const char* value) { m_propertyGroupNameHasBeenSet =
true; m_propertyGroupName.assign(value); }
176 bool m_componentNameHasBeenSet =
false;
179 bool m_componentPathHasBeenSet =
false;
182 bool m_componentTypeIdHasBeenSet =
false;
185 bool m_entityIdHasBeenSet =
false;
188 bool m_selectedPropertiesHasBeenSet =
false;
191 bool m_workspaceIdHasBeenSet =
false;
194 bool m_maxResultsHasBeenSet =
false;
197 bool m_nextTokenHasBeenSet =
false;
200 bool m_propertyGroupNameHasBeenSet =
false;
203 bool m_tabularConditionsHasBeenSet =
false;
int GetMaxResults() const
GetPropertyValueRequest & WithComponentTypeId(const Aws::String &value)
bool PropertyGroupNameHasBeenSet() const
GetPropertyValueRequest & WithWorkspaceId(const char *value)
const TabularConditions & GetTabularConditions() const
bool EntityIdHasBeenSet() const
bool TabularConditionsHasBeenSet() const
GetPropertyValueRequest & WithPropertyGroupName(const char *value)
bool SelectedPropertiesHasBeenSet() const
void SetComponentName(Aws::String &&value)
GetPropertyValueRequest & WithEntityId(Aws::String &&value)
GetPropertyValueRequest & WithComponentName(const Aws::String &value)
void SetPropertyGroupName(Aws::String &&value)
void SetEntityId(Aws::String &&value)
void SetComponentName(const char *value)
GetPropertyValueRequest & AddSelectedProperties(const char *value)
GetPropertyValueRequest & WithNextToken(const Aws::String &value)
void SetComponentName(const Aws::String &value)
const Aws::String & GetComponentTypeId() const
AWS_IOTTWINMAKER_API GetPropertyValueRequest()
GetPropertyValueRequest & WithComponentName(const char *value)
const Aws::String & GetEntityId() const
void SetTabularConditions(TabularConditions &&value)
bool NextTokenHasBeenSet() const
GetPropertyValueRequest & WithComponentTypeId(const char *value)
void SetNextToken(const Aws::String &value)
GetPropertyValueRequest & AddSelectedProperties(const Aws::String &value)
void SetComponentTypeId(Aws::String &&value)
void SetComponentPath(const Aws::String &value)
GetPropertyValueRequest & WithPropertyGroupName(Aws::String &&value)
GetPropertyValueRequest & WithTabularConditions(TabularConditions &&value)
GetPropertyValueRequest & WithNextToken(const char *value)
GetPropertyValueRequest & AddSelectedProperties(Aws::String &&value)
void SetTabularConditions(const TabularConditions &value)
GetPropertyValueRequest & WithComponentPath(const Aws::String &value)
GetPropertyValueRequest & WithSelectedProperties(Aws::Vector< Aws::String > &&value)
void SetComponentPath(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkspaceId() const
void SetNextToken(const char *value)
void SetEntityId(const Aws::String &value)
void SetWorkspaceId(const Aws::String &value)
void SetMaxResults(int value)
const Aws::String & GetComponentName() const
const Aws::Vector< Aws::String > & GetSelectedProperties() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetComponentPath() const
void SetComponentPath(Aws::String &&value)
GetPropertyValueRequest & WithSelectedProperties(const Aws::Vector< Aws::String > &value)
AWS_IOTTWINMAKER_API Aws::String SerializePayload() const override
GetPropertyValueRequest & WithNextToken(Aws::String &&value)
void SetPropertyGroupName(const char *value)
const Aws::String & GetNextToken() const
GetPropertyValueRequest & WithEntityId(const char *value)
GetPropertyValueRequest & WithComponentPath(const char *value)
bool ComponentNameHasBeenSet() const
GetPropertyValueRequest & WithEntityId(const Aws::String &value)
const Aws::String & GetPropertyGroupName() const
void SetNextToken(Aws::String &&value)
bool ComponentTypeIdHasBeenSet() const
GetPropertyValueRequest & WithWorkspaceId(const Aws::String &value)
void SetComponentTypeId(const char *value)
GetPropertyValueRequest & WithPropertyGroupName(const Aws::String &value)
GetPropertyValueRequest & WithComponentPath(Aws::String &&value)
void SetEntityId(const char *value)
void SetWorkspaceId(Aws::String &&value)
void SetComponentTypeId(const Aws::String &value)
GetPropertyValueRequest & WithComponentName(Aws::String &&value)
void SetSelectedProperties(const Aws::Vector< Aws::String > &value)
bool WorkspaceIdHasBeenSet() const
GetPropertyValueRequest & WithComponentTypeId(Aws::String &&value)
void SetSelectedProperties(Aws::Vector< Aws::String > &&value)
GetPropertyValueRequest & WithTabularConditions(const TabularConditions &value)
void SetWorkspaceId(const char *value)
void SetPropertyGroupName(const Aws::String &value)
GetPropertyValueRequest & WithWorkspaceId(Aws::String &&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