7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename ParentGroupT = Aws::String>
73 void SetParentGroup(ParentGroupT&& value) { m_parentGroupHasBeenSet =
true; m_parentGroup = std::forward<ParentGroupT>(value); }
74 template<
typename ParentGroupT = Aws::String>
84 template<
typename NamePrefixFilterT = Aws::String>
85 void SetNamePrefixFilter(NamePrefixFilterT&& value) { m_namePrefixFilterHasBeenSet =
true; m_namePrefixFilter = std::forward<NamePrefixFilterT>(value); }
86 template<
typename NamePrefixFilterT = Aws::String>
96 inline void SetRecursive(
bool value) { m_recursiveHasBeenSet =
true; m_recursive = value; }
102 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxResultsHasBeenSet =
false;
108 bool m_parentGroupHasBeenSet =
false;
111 bool m_namePrefixFilterHasBeenSet =
false;
113 bool m_recursive{
false};
114 bool m_recursiveHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
bool NamePrefixFilterHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
void SetNamePrefixFilter(NamePrefixFilterT &&value)
const Aws::String & GetParentGroup() const
bool RecursiveHasBeenSet() const
ListThingGroupsRequest & WithMaxResults(int value)
const Aws::String & GetNamePrefixFilter() const
AWS_IOT_API ListThingGroupsRequest()=default
int GetMaxResults() const
bool GetRecursive() const
bool NextTokenHasBeenSet() const
ListThingGroupsRequest & WithNextToken(NextTokenT &&value)
void SetRecursive(bool value)
ListThingGroupsRequest & WithRecursive(bool value)
ListThingGroupsRequest & WithParentGroup(ParentGroupT &&value)
ListThingGroupsRequest & WithNamePrefixFilter(NamePrefixFilterT &&value)
bool ParentGroupHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetParentGroup(ParentGroupT &&value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String