7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
63 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
76 inline void SetParentGroup(
const char* value) { m_parentGroupHasBeenSet =
true; m_parentGroup.assign(value); }
90 inline void SetNamePrefixFilter(
const char* value) { m_namePrefixFilterHasBeenSet =
true; m_namePrefixFilter.assign(value); }
102 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
108 bool m_nextTokenHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
114 bool m_parentGroupHasBeenSet =
false;
117 bool m_namePrefixFilterHasBeenSet =
false;
120 bool m_recursiveHasBeenSet =
false;
bool NamePrefixFilterHasBeenSet() const
ListThingGroupsRequest & WithNamePrefixFilter(Aws::String &&value)
AWS_IOT_API Aws::String SerializePayload() const override
ListThingGroupsRequest & WithNamePrefixFilter(const Aws::String &value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetParentGroup() const
void SetNamePrefixFilter(Aws::String &&value)
bool RecursiveHasBeenSet() const
ListThingGroupsRequest & WithNextToken(const Aws::String &value)
ListThingGroupsRequest & WithMaxResults(int value)
void SetNamePrefixFilter(const char *value)
const Aws::String & GetNamePrefixFilter() const
ListThingGroupsRequest & WithParentGroup(const char *value)
ListThingGroupsRequest & WithParentGroup(const Aws::String &value)
int GetMaxResults() const
bool GetRecursive() const
bool NextTokenHasBeenSet() const
ListThingGroupsRequest & WithNextToken(Aws::String &&value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetRecursive(bool value)
ListThingGroupsRequest & WithRecursive(bool value)
bool ParentGroupHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_IOT_API ListThingGroupsRequest()
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListThingGroupsRequest & WithParentGroup(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
ListThingGroupsRequest & WithNamePrefixFilter(const char *value)
ListThingGroupsRequest & WithNextToken(const char *value)
void SetParentGroup(const Aws::String &value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetParentGroup(Aws::String &&value)
void SetNamePrefixFilter(const Aws::String &value)
void SetParentGroup(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String