7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
66 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
78 inline void SetAttributeName(
const char* value) { m_attributeNameHasBeenSet =
true; m_attributeName.assign(value); }
92 inline void SetAttributeValue(
const char* value) { m_attributeValueHasBeenSet =
true; m_attributeValue.assign(value); }
106 inline void SetThingTypeName(
const char* value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName.assign(value); }
128 bool m_nextTokenHasBeenSet =
false;
131 bool m_maxResultsHasBeenSet =
false;
134 bool m_attributeNameHasBeenSet =
false;
137 bool m_attributeValueHasBeenSet =
false;
140 bool m_thingTypeNameHasBeenSet =
false;
142 bool m_usePrefixAttributeValue;
143 bool m_usePrefixAttributeValueHasBeenSet =
false;
ListThingsRequest & WithAttributeName(Aws::String &&value)
void SetAttributeValue(Aws::String &&value)
void SetAttributeName(Aws::String &&value)
AWS_IOT_API Aws::String SerializePayload() const override
ListThingsRequest & WithUsePrefixAttributeValue(bool value)
const Aws::String & GetAttributeValue() const
bool AttributeNameHasBeenSet() const
ListThingsRequest & WithNextToken(Aws::String &&value)
void SetMaxResults(int value)
void SetThingTypeName(Aws::String &&value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetThingTypeName() const
ListThingsRequest & WithThingTypeName(Aws::String &&value)
ListThingsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
bool AttributeValueHasBeenSet() const
void SetAttributeName(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetAttributeValue(const Aws::String &value)
int GetMaxResults() const
void SetNextToken(const Aws::String &value)
void SetThingTypeName(const char *value)
void SetUsePrefixAttributeValue(bool value)
void SetAttributeValue(const char *value)
ListThingsRequest & WithAttributeValue(const char *value)
void SetNextToken(const char *value)
bool ThingTypeNameHasBeenSet() const
ListThingsRequest & WithAttributeValue(const Aws::String &value)
AWS_IOT_API ListThingsRequest()
ListThingsRequest & WithAttributeName(const Aws::String &value)
ListThingsRequest & WithThingTypeName(const Aws::String &value)
void SetAttributeName(const char *value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetAttributeName() const
bool GetUsePrefixAttributeValue() const
ListThingsRequest & WithAttributeValue(Aws::String &&value)
ListThingsRequest & WithNextToken(const Aws::String &value)
bool MaxResultsHasBeenSet() const
ListThingsRequest & WithAttributeName(const char *value)
ListThingsRequest & WithThingTypeName(const char *value)
ListThingsRequest & WithNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
void SetThingTypeName(const Aws::String &value)
bool UsePrefixAttributeValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String