7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename NextTokenT = Aws::String>
53 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
54 template<
typename NextTokenT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
74 template<
typename AttributeNameT = Aws::String>
75 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
76 template<
typename AttributeNameT = Aws::String>
86 template<
typename AttributeValueT = Aws::String>
87 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
88 template<
typename AttributeValueT = Aws::String>
98 template<
typename ThingTypeNameT = Aws::String>
99 void SetThingTypeName(ThingTypeNameT&& value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName = std::forward<ThingTypeNameT>(value); }
100 template<
typename ThingTypeNameT = Aws::String>
120 bool m_nextTokenHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
126 bool m_attributeNameHasBeenSet =
false;
129 bool m_attributeValueHasBeenSet =
false;
132 bool m_thingTypeNameHasBeenSet =
false;
134 bool m_usePrefixAttributeValue{
false};
135 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