7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
39 template <
typename LookupTableArnT = Aws::String>
41 m_lookupTableArnHasBeenSet =
true;
42 m_lookupTableArn = std::forward<LookupTableArnT>(value);
44 template <
typename LookupTableArnT = Aws::String>
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
78 template <
typename TableBodyT = Aws::String>
80 m_tableBodyHasBeenSet =
true;
81 m_tableBody = std::forward<TableBodyT>(value);
83 template <
typename TableBodyT = Aws::String>
100 template <
typename QueryIdT = Aws::String>
102 m_queryIdHasBeenSet =
true;
103 m_queryId = std::forward<QueryIdT>(value);
105 template <
typename QueryIdT = Aws::String>
120 template <
typename KmsKeyIdT = Aws::String>
122 m_kmsKeyIdHasBeenSet =
true;
123 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
125 template <
typename KmsKeyIdT = Aws::String>
141 bool m_lookupTableArnHasBeenSet =
false;
142 bool m_descriptionHasBeenSet =
false;
143 bool m_tableBodyHasBeenSet =
false;
144 bool m_queryIdHasBeenSet =
false;
145 bool m_kmsKeyIdHasBeenSet =
false;
bool LookupTableArnHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
UpdateLookupTableRequest & WithQueryId(QueryIdT &&value)
void SetTableBody(TableBodyT &&value)
UpdateLookupTableRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetLookupTableArn(LookupTableArnT &&value)
virtual const char * GetServiceRequestName() const override
UpdateLookupTableRequest & WithLookupTableArn(LookupTableArnT &&value)
const Aws::String & GetKmsKeyId() const
UpdateLookupTableRequest & WithTableBody(TableBodyT &&value)
bool TableBodyHasBeenSet() const
const Aws::String & GetTableBody() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetQueryId(QueryIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
UpdateLookupTableRequest & WithDescription(DescriptionT &&value)
AWS_CLOUDWATCHLOGS_API UpdateLookupTableRequest()=default
bool QueryIdHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetQueryId() const
const Aws::String & GetLookupTableArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String