7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
41 template<
typename NextTokenT = Aws::String>
42 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
43 template<
typename NextTokenT = Aws::String>
52 inline int GetLimit()
const {
return m_limit; }
54 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
60 bool m_nextTokenHasBeenSet =
false;
63 bool m_limitHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
DescribeDeliveryDestinationsRequest & WithLimit(int value)
bool NextTokenHasBeenSet() const
DescribeDeliveryDestinationsRequest & WithNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
bool LimitHasBeenSet() const
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_CLOUDWATCHLOGS_API DescribeDeliveryDestinationsRequest()=default
AWS_CLOUDWATCHLOGS_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