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>
82 template <
typename TableBodyT = Aws::String>
84 m_tableBodyHasBeenSet =
true;
85 m_tableBody = std::forward<TableBodyT>(value);
87 template <
typename TableBodyT = Aws::String>
102 template <
typename QueryIdT = Aws::String>
104 m_queryIdHasBeenSet =
true;
105 m_queryId = std::forward<QueryIdT>(value);
107 template <
typename QueryIdT = Aws::String>
121 template <
typename KmsKeyIdT = Aws::String>
123 m_kmsKeyIdHasBeenSet =
true;
124 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
126 template <
typename KmsKeyIdT = Aws::String>
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
170 bool m_lookupTableNameHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
172 bool m_tableBodyHasBeenSet =
false;
173 bool m_queryIdHasBeenSet =
false;
174 bool m_kmsKeyIdHasBeenSet =
false;
175 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
CreateLookupTableRequest & WithQueryId(QueryIdT &&value)
const Aws::String & GetLookupTableName() const
bool KmsKeyIdHasBeenSet() const
void SetLookupTableName(LookupTableNameT &&value)
bool QueryIdHasBeenSet() const
AWS_CLOUDWATCHLOGS_API CreateLookupTableRequest()=default
const Aws::String & GetKmsKeyId() const
void SetQueryId(QueryIdT &&value)
CreateLookupTableRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateLookupTableRequest & WithTableBody(TableBodyT &&value)
bool TableBodyHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetQueryId() const
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