7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3tables/S3Tables_EXPORTS.h>
11#include <aws/s3tables/model/ManagedTableInformation.h>
12#include <aws/s3tables/model/OpenTableFormat.h>
13#include <aws/s3tables/model/TableType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 m_typeHasBeenSet =
true;
71 template <
typename TableARNT = Aws::String>
73 m_tableARNHasBeenSet =
true;
74 m_tableARN = std::forward<TableARNT>(value);
76 template <
typename TableARNT = Aws::String>
88 template <
typename NamespaceT = Aws::Vector<Aws::String>>
90 m_namespaceHasBeenSet =
true;
91 m_namespace = std::forward<NamespaceT>(value);
93 template <
typename NamespaceT = Aws::Vector<Aws::String>>
98 template <
typename NamespaceT = Aws::String>
100 m_namespaceHasBeenSet =
true;
101 m_namespace.emplace_back(std::forward<NamespaceT>(value));
111 template <
typename NamespaceIdT = Aws::String>
113 m_namespaceIdHasBeenSet =
true;
114 m_namespaceId = std::forward<NamespaceIdT>(value);
116 template <
typename NamespaceIdT = Aws::String>
128 template <
typename VersionTokenT = Aws::String>
130 m_versionTokenHasBeenSet =
true;
131 m_versionToken = std::forward<VersionTokenT>(value);
133 template <
typename VersionTokenT = Aws::String>
145 template <
typename MetadataLocationT = Aws::String>
147 m_metadataLocationHasBeenSet =
true;
148 m_metadataLocation = std::forward<MetadataLocationT>(value);
150 template <
typename MetadataLocationT = Aws::String>
162 template <
typename WarehouseLocationT = Aws::String>
164 m_warehouseLocationHasBeenSet =
true;
165 m_warehouseLocation = std::forward<WarehouseLocationT>(value);
167 template <
typename WarehouseLocationT = Aws::String>
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
181 m_createdAtHasBeenSet =
true;
182 m_createdAt = std::forward<CreatedAtT>(value);
184 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 template <
typename CreatedByT = Aws::String>
198 m_createdByHasBeenSet =
true;
199 m_createdBy = std::forward<CreatedByT>(value);
201 template <
typename CreatedByT = Aws::String>
213 template <
typename ManagedByServiceT = Aws::String>
215 m_managedByServiceHasBeenSet =
true;
216 m_managedByService = std::forward<ManagedByServiceT>(value);
218 template <
typename ManagedByServiceT = Aws::String>
230 template <
typename ModifiedAtT = Aws::Utils::DateTime>
232 m_modifiedAtHasBeenSet =
true;
233 m_modifiedAt = std::forward<ModifiedAtT>(value);
235 template <
typename ModifiedAtT = Aws::Utils::DateTime>
247 template <
typename ModifiedByT = Aws::String>
249 m_modifiedByHasBeenSet =
true;
250 m_modifiedBy = std::forward<ModifiedByT>(value);
252 template <
typename ModifiedByT = Aws::String>
264 template <
typename OwnerAccountIdT = Aws::String>
266 m_ownerAccountIdHasBeenSet =
true;
267 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
269 template <
typename OwnerAccountIdT = Aws::String>
282 m_formatHasBeenSet =
true;
296 template <
typename TableBucketIdT = Aws::String>
298 m_tableBucketIdHasBeenSet =
true;
299 m_tableBucketId = std::forward<TableBucketIdT>(value);
301 template <
typename TableBucketIdT = Aws::String>
314 template <
typename ManagedTableInformationT = ManagedTableInformation>
316 m_managedTableInformationHasBeenSet =
true;
317 m_managedTableInformation = std::forward<ManagedTableInformationT>(value);
319 template <
typename ManagedTableInformationT = ManagedTableInformation>
329 template <
typename RequestIdT = Aws::String>
331 m_requestIdHasBeenSet =
true;
332 m_requestId = std::forward<RequestIdT>(value);
334 template <
typename RequestIdT = Aws::String>
373 ManagedTableInformation m_managedTableInformation;
376 bool m_nameHasBeenSet =
false;
377 bool m_typeHasBeenSet =
false;
378 bool m_tableARNHasBeenSet =
false;
379 bool m_namespaceHasBeenSet =
false;
380 bool m_namespaceIdHasBeenSet =
false;
381 bool m_versionTokenHasBeenSet =
false;
382 bool m_metadataLocationHasBeenSet =
false;
383 bool m_warehouseLocationHasBeenSet =
false;
384 bool m_createdAtHasBeenSet =
false;
385 bool m_createdByHasBeenSet =
false;
386 bool m_managedByServiceHasBeenSet =
false;
387 bool m_modifiedAtHasBeenSet =
false;
388 bool m_modifiedByHasBeenSet =
false;
389 bool m_ownerAccountIdHasBeenSet =
false;
390 bool m_formatHasBeenSet =
false;
391 bool m_tableBucketIdHasBeenSet =
false;
392 bool m_managedTableInformationHasBeenSet =
false;
393 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
void SetNamespaceId(NamespaceIdT &&value)
const Aws::String & GetName() const
GetTableResult & WithModifiedBy(ModifiedByT &&value)
void SetManagedTableInformation(ManagedTableInformationT &&value)
GetTableResult & WithWarehouseLocation(WarehouseLocationT &&value)
void SetType(TableType value)
AWS_S3TABLES_API GetTableResult()=default
void SetName(NameT &&value)
const Aws::String & GetVersionToken() const
GetTableResult & WithNamespaceId(NamespaceIdT &&value)
const Aws::String & GetNamespaceId() const
void SetMetadataLocation(MetadataLocationT &&value)
TableType GetType() const
GetTableResult & WithOwnerAccountId(OwnerAccountIdT &&value)
GetTableResult & WithType(TableType value)
void SetManagedByService(ManagedByServiceT &&value)
GetTableResult & AddNamespace(NamespaceT &&value)
void SetVersionToken(VersionTokenT &&value)
const Aws::String & GetMetadataLocation() const
const Aws::Vector< Aws::String > & GetNamespace() const
GetTableResult & WithVersionToken(VersionTokenT &&value)
const Aws::String & GetRequestId() const
GetTableResult & WithNamespace(NamespaceT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
const Aws::String & GetCreatedBy() const
GetTableResult & WithModifiedAt(ModifiedAtT &&value)
GetTableResult & WithManagedByService(ManagedByServiceT &&value)
GetTableResult & WithMetadataLocation(MetadataLocationT &&value)
void SetFormat(OpenTableFormat value)
GetTableResult & WithCreatedBy(CreatedByT &&value)
void SetTableBucketId(TableBucketIdT &&value)
GetTableResult & WithFormat(OpenTableFormat value)
void SetWarehouseLocation(WarehouseLocationT &&value)
const Aws::String & GetTableBucketId() const
void SetOwnerAccountId(OwnerAccountIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetTableARN() const
const ManagedTableInformation & GetManagedTableInformation() const
GetTableResult & WithManagedTableInformation(ManagedTableInformationT &&value)
const Aws::String & GetWarehouseLocation() const
AWS_S3TABLES_API GetTableResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_S3TABLES_API GetTableResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetManagedByService() const
const Aws::String & GetOwnerAccountId() const
void SetRequestId(RequestIdT &&value)
GetTableResult & WithTableBucketId(TableBucketIdT &&value)
void SetTableARN(TableARNT &&value)
void SetNamespace(NamespaceT &&value)
void SetModifiedAt(ModifiedAtT &&value)
GetTableResult & WithRequestId(RequestIdT &&value)
GetTableResult & WithName(NameT &&value)
OpenTableFormat GetFormat() const
GetTableResult & WithTableARN(TableARNT &&value)
const Aws::String & GetModifiedBy() const
void SetModifiedBy(ModifiedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue