7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/logs/CloudWatchLogsRequest.h>
10#include <aws/logs/CloudWatchLogs_EXPORTS.h>
15namespace CloudWatchLogs {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
66 template <
typename ResourceArnT = Aws::String>
68 m_resourceArnHasBeenSet =
true;
69 m_resourceArn = std::forward<ResourceArnT>(value);
71 template <
typename ResourceArnT = Aws::String>
142 template <
typename LogTypeT = Aws::String>
144 m_logTypeHasBeenSet =
true;
145 m_logType = std::forward<LogTypeT>(value);
147 template <
typename LogTypeT = Aws::String>
163 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
165 m_tagsHasBeenSet =
true;
166 m_tags = std::forward<TagsT>(value);
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 SetTags(std::forward<TagsT>(value));
173 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
175 m_tagsHasBeenSet =
true;
176 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
189 template <
typename DeliverySourceConfigurationT = Aws::Map<Aws::String, Aws::String>>
191 m_deliverySourceConfigurationHasBeenSet =
true;
192 m_deliverySourceConfiguration = std::forward<DeliverySourceConfigurationT>(value);
194 template <
typename DeliverySourceConfigurationT = Aws::Map<Aws::String, Aws::String>>
199 template <
typename DeliverySourceConfigurationKeyT = Aws::String,
typename DeliverySourceConfigurationValueT = Aws::String>
201 DeliverySourceConfigurationValueT&& value) {
202 m_deliverySourceConfigurationHasBeenSet =
true;
203 m_deliverySourceConfiguration.emplace(std::forward<DeliverySourceConfigurationKeyT>(key),
204 std::forward<DeliverySourceConfigurationValueT>(value));
218 bool m_nameHasBeenSet =
false;
219 bool m_resourceArnHasBeenSet =
false;
220 bool m_logTypeHasBeenSet =
false;
221 bool m_tagsHasBeenSet =
false;
222 bool m_deliverySourceConfigurationHasBeenSet =
false;
void SetTags(TagsT &&value)
PutDeliverySourceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
bool DeliverySourceConfigurationHasBeenSet() const
AWS_CLOUDWATCHLOGS_API PutDeliverySourceRequest()=default
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
PutDeliverySourceRequest & WithDeliverySourceConfiguration(DeliverySourceConfigurationT &&value)
void SetDeliverySourceConfiguration(DeliverySourceConfigurationT &&value)
void SetLogType(LogTypeT &&value)
PutDeliverySourceRequest & AddDeliverySourceConfiguration(DeliverySourceConfigurationKeyT &&key, DeliverySourceConfigurationValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetDeliverySourceConfiguration() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
const Aws::String & GetResourceArn() const
bool ResourceArnHasBeenSet() const
bool LogTypeHasBeenSet() const
PutDeliverySourceRequest & WithTags(TagsT &&value)
void SetResourceArn(ResourceArnT &&value)
const Aws::String & GetLogType() const
PutDeliverySourceRequest & WithName(NameT &&value)
PutDeliverySourceRequest & WithLogType(LogTypeT &&value)
void SetName(NameT &&value)
PutDeliverySourceRequest & WithResourceArn(ResourceArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String