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 {
42 template <
typename LookupTableNameT = Aws::String>
44 m_lookupTableNameHasBeenSet =
true;
45 m_lookupTableName = std::forward<LookupTableNameT>(value);
47 template <
typename LookupTableNameT = Aws::String>
61 template <
typename DescriptionT = Aws::String>
63 m_descriptionHasBeenSet =
true;
64 m_description = std::forward<DescriptionT>(value);
66 template <
typename DescriptionT = Aws::String>
80 template <
typename TableBodyT = Aws::String>
82 m_tableBodyHasBeenSet =
true;
83 m_tableBody = std::forward<TableBodyT>(value);
85 template <
typename TableBodyT = Aws::String>
99 template <
typename KmsKeyIdT = Aws::String>
101 m_kmsKeyIdHasBeenSet =
true;
102 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
104 template <
typename KmsKeyIdT = Aws::String>
119 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 m_tagsHasBeenSet =
true;
122 m_tags = std::forward<TagsT>(value);
124 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 SetTags(std::forward<TagsT>(value));
129 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
131 m_tagsHasBeenSet =
true;
132 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
146 bool m_lookupTableNameHasBeenSet =
false;
147 bool m_descriptionHasBeenSet =
false;
148 bool m_tableBodyHasBeenSet =
false;
149 bool m_kmsKeyIdHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
bool LookupTableNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateLookupTableRequest & WithTags(TagsT &&value)
CreateLookupTableRequest & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTableBody(TableBodyT &&value)
CreateLookupTableRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateLookupTableRequest & WithLookupTableName(LookupTableNameT &&value)
const Aws::String & GetTableBody() const
void SetKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
const Aws::String & GetLookupTableName() const
bool KmsKeyIdHasBeenSet() const
void SetLookupTableName(LookupTableNameT &&value)
AWS_CLOUDWATCHLOGS_API CreateLookupTableRequest()=default
const Aws::String & GetKmsKeyId() const
CreateLookupTableRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateLookupTableRequest & WithTableBody(TableBodyT &&value)
bool TableBodyHasBeenSet() const
void SetTags(TagsT &&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