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; }
75 inline void SetNamePrefixFilter(
const char* value) { m_namePrefixFilterHasBeenSet =
true; m_namePrefixFilter.assign(value); }
83 bool m_nextTokenHasBeenSet =
false;
86 bool m_maxResultsHasBeenSet =
false;
89 bool m_namePrefixFilterHasBeenSet =
false;
ListBillingGroupsRequest & WithNamePrefixFilter(Aws::String &&value)
ListBillingGroupsRequest & WithNextToken(const char *value)
void SetNamePrefixFilter(const Aws::String &value)
ListBillingGroupsRequest & WithNamePrefixFilter(const char *value)
ListBillingGroupsRequest & WithNextToken(Aws::String &&value)
AWS_IOT_API Aws::String SerializePayload() const override
ListBillingGroupsRequest & WithMaxResults(int value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetNamePrefixFilter() const
void SetNextToken(Aws::String &&value)
void SetNamePrefixFilter(Aws::String &&value)
void SetMaxResults(int value)
int GetMaxResults() const
ListBillingGroupsRequest & WithNamePrefixFilter(const Aws::String &value)
void SetNextToken(const Aws::String &value)
AWS_IOT_API ListBillingGroupsRequest()
ListBillingGroupsRequest & WithNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool NamePrefixFilterHasBeenSet() const
void SetNextToken(const char *value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
void SetNamePrefixFilter(const char *value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String