7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/model/TableType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/s3tables/model/OpenTableFormat.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
64 template<
typename TableARNT = Aws::String>
65 void SetTableARN(TableARNT&& value) { m_tableARNHasBeenSet =
true; m_tableARN = std::forward<TableARNT>(value); }
66 template<
typename TableARNT = Aws::String>
75 template<
typename NamespaceT = Aws::Vector<Aws::String>>
76 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
77 template<
typename NamespaceT = Aws::Vector<Aws::String>>
79 template<
typename NamespaceT = Aws::String>
80 GetTableResult&
AddNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace.emplace_back(std::forward<NamespaceT>(value));
return *
this; }
88 template<
typename NamespaceIdT = Aws::String>
89 void SetNamespaceId(NamespaceIdT&& value) { m_namespaceIdHasBeenSet =
true; m_namespaceId = std::forward<NamespaceIdT>(value); }
90 template<
typename NamespaceIdT = Aws::String>
99 template<
typename VersionTokenT = Aws::String>
100 void SetVersionToken(VersionTokenT&& value) { m_versionTokenHasBeenSet =
true; m_versionToken = std::forward<VersionTokenT>(value); }
101 template<
typename VersionTokenT = Aws::String>
110 template<
typename MetadataLocationT = Aws::String>
111 void SetMetadataLocation(MetadataLocationT&& value) { m_metadataLocationHasBeenSet =
true; m_metadataLocation = std::forward<MetadataLocationT>(value); }
112 template<
typename MetadataLocationT = Aws::String>
121 template<
typename WarehouseLocationT = Aws::String>
122 void SetWarehouseLocation(WarehouseLocationT&& value) { m_warehouseLocationHasBeenSet =
true; m_warehouseLocation = std::forward<WarehouseLocationT>(value); }
123 template<
typename WarehouseLocationT = Aws::String>
132 template<
typename CreatedAtT = Aws::Utils::DateTime>
133 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
134 template<
typename CreatedAtT = Aws::Utils::DateTime>
143 template<
typename CreatedByT = Aws::String>
144 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
145 template<
typename CreatedByT = Aws::String>
154 template<
typename ManagedByServiceT = Aws::String>
155 void SetManagedByService(ManagedByServiceT&& value) { m_managedByServiceHasBeenSet =
true; m_managedByService = std::forward<ManagedByServiceT>(value); }
156 template<
typename ManagedByServiceT = Aws::String>
165 template<
typename ModifiedAtT = Aws::Utils::DateTime>
166 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
167 template<
typename ModifiedAtT = Aws::Utils::DateTime>
176 template<
typename ModifiedByT = Aws::String>
177 void SetModifiedBy(ModifiedByT&& value) { m_modifiedByHasBeenSet =
true; m_modifiedBy = std::forward<ModifiedByT>(value); }
178 template<
typename ModifiedByT = Aws::String>
187 template<
typename OwnerAccountIdT = Aws::String>
188 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
189 template<
typename OwnerAccountIdT = Aws::String>
207 template<
typename TableBucketIdT = Aws::String>
208 void SetTableBucketId(TableBucketIdT&& value) { m_tableBucketIdHasBeenSet =
true; m_tableBucketId = std::forward<TableBucketIdT>(value); }
209 template<
typename TableBucketIdT = Aws::String>
216 template<
typename RequestIdT = Aws::String>
217 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
218 template<
typename RequestIdT = Aws::String>
224 bool m_nameHasBeenSet =
false;
227 bool m_typeHasBeenSet =
false;
230 bool m_tableARNHasBeenSet =
false;
233 bool m_namespaceHasBeenSet =
false;
236 bool m_namespaceIdHasBeenSet =
false;
239 bool m_versionTokenHasBeenSet =
false;
242 bool m_metadataLocationHasBeenSet =
false;
245 bool m_warehouseLocationHasBeenSet =
false;
248 bool m_createdAtHasBeenSet =
false;
251 bool m_createdByHasBeenSet =
false;
254 bool m_managedByServiceHasBeenSet =
false;
257 bool m_modifiedAtHasBeenSet =
false;
260 bool m_modifiedByHasBeenSet =
false;
263 bool m_ownerAccountIdHasBeenSet =
false;
266 bool m_formatHasBeenSet =
false;
269 bool m_tableBucketIdHasBeenSet =
false;
272 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
void SetNamespaceId(NamespaceIdT &&value)
const Aws::String & GetName() const
GetTableResult & WithModifiedBy(ModifiedByT &&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 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