7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace CloudWatchLogs {
35 template <
typename LookupTableArnT = Aws::String>
37 m_lookupTableArnHasBeenSet =
true;
38 m_lookupTableArn = std::forward<LookupTableArnT>(value);
40 template <
typename LookupTableArnT = Aws::String>
52 template <
typename LookupTableNameT = Aws::String>
54 m_lookupTableNameHasBeenSet =
true;
55 m_lookupTableName = std::forward<LookupTableNameT>(value);
57 template <
typename LookupTableNameT = Aws::String>
69 template <
typename DescriptionT = Aws::String>
71 m_descriptionHasBeenSet =
true;
72 m_description = std::forward<DescriptionT>(value);
74 template <
typename DescriptionT = Aws::String>
86 template <
typename TableBodyT = Aws::String>
88 m_tableBodyHasBeenSet =
true;
89 m_tableBody = std::forward<TableBodyT>(value);
91 template <
typename TableBodyT = Aws::String>
104 m_sizeBytesHasBeenSet =
true;
120 m_lastUpdatedTimeHasBeenSet =
true;
121 m_lastUpdatedTime = value;
135 template <
typename KmsKeyIdT = Aws::String>
137 m_kmsKeyIdHasBeenSet =
true;
138 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
140 template <
typename KmsKeyIdT = Aws::String>
150 template <
typename RequestIdT = Aws::String>
152 m_requestIdHasBeenSet =
true;
153 m_requestId = std::forward<RequestIdT>(value);
155 template <
typename RequestIdT = Aws::String>
172 long long m_sizeBytes{0};
174 long long m_lastUpdatedTime{0};
180 bool m_lookupTableArnHasBeenSet =
false;
181 bool m_lookupTableNameHasBeenSet =
false;
182 bool m_descriptionHasBeenSet =
false;
183 bool m_tableBodyHasBeenSet =
false;
184 bool m_sizeBytesHasBeenSet =
false;
185 bool m_lastUpdatedTimeHasBeenSet =
false;
186 bool m_kmsKeyIdHasBeenSet =
false;
187 bool m_requestIdHasBeenSet =
false;
GetLookupTableResult & WithDescription(DescriptionT &&value)
void SetSizeBytes(long long value)
long long GetSizeBytes() const
GetLookupTableResult & WithLookupTableArn(LookupTableArnT &&value)
void SetRequestId(RequestIdT &&value)
long long GetLastUpdatedTime() const
const Aws::String & GetDescription() const
GetLookupTableResult & WithSizeBytes(long long value)
const Aws::String & GetLookupTableArn() const
GetLookupTableResult & WithRequestId(RequestIdT &&value)
AWS_CLOUDWATCHLOGS_API GetLookupTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetLookupTableResult & WithLastUpdatedTime(long long value)
AWS_CLOUDWATCHLOGS_API GetLookupTableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetLookupTableName() const
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetRequestId() const
void SetTableBody(TableBodyT &&value)
void SetLookupTableName(LookupTableNameT &&value)
const Aws::String & GetTableBody() const
GetLookupTableResult & WithKmsKeyId(KmsKeyIdT &&value)
AWS_CLOUDWATCHLOGS_API GetLookupTableResult()=default
void SetLookupTableArn(LookupTableArnT &&value)
void SetLastUpdatedTime(long long value)
void SetDescription(DescriptionT &&value)
GetLookupTableResult & WithLookupTableName(LookupTableNameT &&value)
GetLookupTableResult & WithTableBody(TableBodyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue