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>
77 template <
typename TableBodyT = Aws::String>
79 m_tableBodyHasBeenSet =
true;
80 m_tableBody = std::forward<TableBodyT>(value);
82 template <
typename TableBodyT = Aws::String>
97 template <
typename KmsKeyIdT = Aws::String>
99 m_kmsKeyIdHasBeenSet =
true;
100 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
102 template <
typename KmsKeyIdT = Aws::String>
116 bool m_lookupTableArnHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_tableBodyHasBeenSet =
false;
119 bool m_kmsKeyIdHasBeenSet =
false;
bool LookupTableArnHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
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 SetKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
UpdateLookupTableRequest & WithDescription(DescriptionT &&value)
AWS_CLOUDWATCHLOGS_API UpdateLookupTableRequest()=default
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetLookupTableArn() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String