7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
20namespace CloudWatchLogs {
43 template <
typename TableNameT = Aws::String>
45 m_tableNameHasBeenSet =
true;
46 m_tableName = std::forward<TableNameT>(value);
48 template <
typename TableNameT = Aws::String>
62 template <
typename RoleArnT = Aws::String>
64 m_roleArnHasBeenSet =
true;
65 m_roleArn = std::forward<RoleArnT>(value);
67 template <
typename RoleArnT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = 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_tableNameHasBeenSet =
false;
147 bool m_roleArnHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
149 bool m_kmsKeyIdHasBeenSet =
false;
150 bool m_tagsHasBeenSet =
false;
bool KmsKeyIdHasBeenSet() const
AWS_CLOUDWATCHLOGS_API LookupTableConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LookupTableConfiguration & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TableNameHasBeenSet() const
void SetRoleArn(RoleArnT &&value)
LookupTableConfiguration & WithRoleArn(RoleArnT &&value)
AWS_CLOUDWATCHLOGS_API LookupTableConfiguration()=default
bool DescriptionHasBeenSet() const
const Aws::String & GetKmsKeyId() const
LookupTableConfiguration & WithDescription(DescriptionT &&value)
const Aws::String & GetRoleArn() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
LookupTableConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
bool RoleArnHasBeenSet() const
LookupTableConfiguration & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDescription() const
void SetTableName(TableNameT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetDescription(DescriptionT &&value)
LookupTableConfiguration & WithTableName(TableNameT &&value)
const Aws::String & GetTableName() const
AWS_CLOUDWATCHLOGS_API LookupTableConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
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
Aws::Utils::Json::JsonValue JsonValue