7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
40 template <
typename DestinationNamePrefixT = Aws::String>
42 m_destinationNamePrefixHasBeenSet =
true;
43 m_destinationNamePrefix = std::forward<DestinationNamePrefixT>(value);
45 template <
typename DestinationNamePrefixT = Aws::String>
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
76 inline int GetLimit()
const {
return m_limit; }
79 m_limitHasBeenSet =
true;
93 bool m_destinationNamePrefixHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
95 bool m_limitHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
void SetDestinationNamePrefix(DestinationNamePrefixT &&value)
const Aws::String & GetDestinationNamePrefix() const
bool DestinationNamePrefixHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
DescribeDestinationsRequest & WithLimit(int value)
AWS_CLOUDWATCHLOGS_API DescribeDestinationsRequest()=default
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeDestinationsRequest & WithDestinationNamePrefix(DestinationNamePrefixT &&value)
bool LimitHasBeenSet() const
DescribeDestinationsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String