7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
47 template <
typename NextTokenT = Aws::String>
49 m_nextTokenHasBeenSet =
true;
50 m_nextToken = std::forward<NextTokenT>(value);
52 template <
typename NextTokenT = Aws::String>
66 m_maxResultsHasBeenSet =
true;
81 template <
typename AttributeNameT = Aws::String>
83 m_attributeNameHasBeenSet =
true;
84 m_attributeName = std::forward<AttributeNameT>(value);
86 template <
typename AttributeNameT = Aws::String>
99 template <
typename AttributeValueT = Aws::String>
101 m_attributeValueHasBeenSet =
true;
102 m_attributeValue = std::forward<AttributeValueT>(value);
104 template <
typename AttributeValueT = Aws::String>
117 template <
typename ThingTypeNameT = Aws::String>
119 m_thingTypeNameHasBeenSet =
true;
120 m_thingTypeName = std::forward<ThingTypeNameT>(value);
122 template <
typename ThingTypeNameT = Aws::String>
140 m_usePrefixAttributeValueHasBeenSet =
true;
141 m_usePrefixAttributeValue = value;
159 bool m_usePrefixAttributeValue{
false};
160 bool m_nextTokenHasBeenSet =
false;
161 bool m_maxResultsHasBeenSet =
false;
162 bool m_attributeNameHasBeenSet =
false;
163 bool m_attributeValueHasBeenSet =
false;
164 bool m_thingTypeNameHasBeenSet =
false;
165 bool m_usePrefixAttributeValueHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
ListThingsRequest & WithUsePrefixAttributeValue(bool value)
const Aws::String & GetAttributeValue() const
bool AttributeNameHasBeenSet() const
void SetMaxResults(int value)
AWS_IOT_API ListThingsRequest()=default
void SetAttributeName(AttributeNameT &&value)
const Aws::String & GetThingTypeName() const
ListThingsRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
bool AttributeValueHasBeenSet() const
const Aws::String & GetNextToken() const
int GetMaxResults() const
void SetUsePrefixAttributeValue(bool value)
ListThingsRequest & WithAttributeValue(AttributeValueT &&value)
void SetThingTypeName(ThingTypeNameT &&value)
ListThingsRequest & WithAttributeName(AttributeNameT &&value)
bool ThingTypeNameHasBeenSet() const
ListThingsRequest & WithNextToken(NextTokenT &&value)
ListThingsRequest & WithThingTypeName(ThingTypeNameT &&value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetAttributeName() const
bool GetUsePrefixAttributeValue() const
void SetAttributeValue(AttributeValueT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool UsePrefixAttributeValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String