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));
62 template <
typename ResourceArnT = Aws::String>
64 m_resourceArnHasBeenSet =
true;
65 m_resourceArn = std::forward<ResourceArnT>(value);
67 template <
typename ResourceArnT = Aws::String>
117 template <
typename LogTypeT = Aws::String>
119 m_logTypeHasBeenSet =
true;
120 m_logType = std::forward<LogTypeT>(value);
122 template <
typename LogTypeT = Aws::String>
138 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 m_tagsHasBeenSet =
true;
141 m_tags = std::forward<TagsT>(value);
143 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 SetTags(std::forward<TagsT>(value));
148 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
150 m_tagsHasBeenSet =
true;
151 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
163 bool m_nameHasBeenSet =
false;
164 bool m_resourceArnHasBeenSet =
false;
165 bool m_logTypeHasBeenSet =
false;
166 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
PutDeliverySourceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
AWS_CLOUDWATCHLOGS_API PutDeliverySourceRequest()=default
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetLogType(LogTypeT &&value)
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