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; }
71 template<
typename NamePrefixFilterT = Aws::String>
72 void SetNamePrefixFilter(NamePrefixFilterT&& value) { m_namePrefixFilterHasBeenSet =
true; m_namePrefixFilter = std::forward<NamePrefixFilterT>(value); }
73 template<
typename NamePrefixFilterT = Aws::String>
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_maxResultsHasBeenSet =
false;
85 bool m_namePrefixFilterHasBeenSet =
false;
AWS_IOT_API Aws::String SerializePayload() const override
ListBillingGroupsRequest & WithMaxResults(int value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetNamePrefixFilter(NamePrefixFilterT &&value)
const Aws::String & GetNamePrefixFilter() const
ListBillingGroupsRequest & WithNextToken(NextTokenT &&value)
ListBillingGroupsRequest & WithNamePrefixFilter(NamePrefixFilterT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
AWS_IOT_API ListBillingGroupsRequest()=default
virtual const char * GetServiceRequestName() const override
bool NamePrefixFilterHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String