7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/logs/model/DeliveryDestinationType.h>
16namespace CloudWatchLogs
49 inline void SetService(
const char* value) { m_serviceHasBeenSet =
true; m_service.assign(value); }
109 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
122 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
128 bool m_serviceHasBeenSet =
false;
131 bool m_logTypesHasBeenSet =
false;
134 bool m_resourceTypesHasBeenSet =
false;
137 bool m_deliveryDestinationTypesHasBeenSet =
false;
140 bool m_nextTokenHasBeenSet =
false;
143 bool m_limitHasBeenSet =
false;
DescribeConfigurationTemplatesRequest & WithDeliveryDestinationTypes(const Aws::Vector< DeliveryDestinationType > &value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
DescribeConfigurationTemplatesRequest & WithLogTypes(const Aws::Vector< Aws::String > &value)
bool ServiceHasBeenSet() const
DescribeConfigurationTemplatesRequest & AddResourceTypes(const char *value)
DescribeConfigurationTemplatesRequest & WithNextToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DescribeConfigurationTemplatesRequest & AddLogTypes(Aws::String &&value)
void SetResourceTypes(Aws::Vector< Aws::String > &&value)
DescribeConfigurationTemplatesRequest & AddLogTypes(const char *value)
void SetLogTypes(Aws::Vector< Aws::String > &&value)
bool ResourceTypesHasBeenSet() const
void SetNextToken(Aws::String &&value)
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeConfigurationTemplatesRequest & AddLogTypes(const Aws::String &value)
DescribeConfigurationTemplatesRequest & WithDeliveryDestinationTypes(Aws::Vector< DeliveryDestinationType > &&value)
bool LogTypesHasBeenSet() const
void SetService(const char *value)
const Aws::String & GetNextToken() const
const Aws::Vector< DeliveryDestinationType > & GetDeliveryDestinationTypes() const
const Aws::Vector< Aws::String > & GetLogTypes() const
DescribeConfigurationTemplatesRequest & WithService(const char *value)
DescribeConfigurationTemplatesRequest & WithNextToken(const Aws::String &value)
DescribeConfigurationTemplatesRequest & WithService(const Aws::String &value)
void SetService(const Aws::String &value)
bool DeliveryDestinationTypesHasBeenSet() const
DescribeConfigurationTemplatesRequest & AddResourceTypes(const Aws::String &value)
DescribeConfigurationTemplatesRequest & WithResourceTypes(const Aws::Vector< Aws::String > &value)
void SetService(Aws::String &&value)
bool NextTokenHasBeenSet() const
DescribeConfigurationTemplatesRequest & WithService(Aws::String &&value)
DescribeConfigurationTemplatesRequest & WithLimit(int value)
const Aws::Vector< Aws::String > & GetResourceTypes() const
DescribeConfigurationTemplatesRequest & AddResourceTypes(Aws::String &&value)
AWS_CLOUDWATCHLOGS_API DescribeConfigurationTemplatesRequest()
void SetDeliveryDestinationTypes(Aws::Vector< DeliveryDestinationType > &&value)
bool LimitHasBeenSet() const
DescribeConfigurationTemplatesRequest & AddDeliveryDestinationTypes(DeliveryDestinationType &&value)
void SetNextToken(const char *value)
void SetDeliveryDestinationTypes(const Aws::Vector< DeliveryDestinationType > &value)
void SetResourceTypes(const Aws::Vector< Aws::String > &value)
void SetLogTypes(const Aws::Vector< Aws::String > &value)
DescribeConfigurationTemplatesRequest & AddDeliveryDestinationTypes(const DeliveryDestinationType &value)
const Aws::String & GetService() const
DescribeConfigurationTemplatesRequest & WithResourceTypes(Aws::Vector< Aws::String > &&value)
DescribeConfigurationTemplatesRequest & WithNextToken(const char *value)
void SetNextToken(const Aws::String &value)
DescribeConfigurationTemplatesRequest & WithLogTypes(Aws::Vector< Aws::String > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector