7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ConfigService
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeAggregationAuthorizations"; }
42 inline int GetLimit()
const {
return m_limit; }
44 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
63 bool m_limitHasBeenSet =
false;
66 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_CONFIGSERVICE_API DescribeAggregationAuthorizationsRequest()=default
AWS_CONFIGSERVICE_API Aws::String SerializePayload() const override
DescribeAggregationAuthorizationsRequest & WithNextToken(NextTokenT &&value)
DescribeAggregationAuthorizationsRequest & WithLimit(int value)
bool NextTokenHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String