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>
42 template <
typename NamespaceT = Aws::Vector<Aws::String>>
44 m_namespaceHasBeenSet =
true;
45 m_namespace = std::forward<NamespaceT>(value);
47 template <
typename NamespaceT = Aws::Vector<Aws::String>>
52 template <
typename NamespaceT = Aws::String>
54 m_namespaceHasBeenSet =
true;
55 m_namespace.emplace_back(std::forward<NamespaceT>(value));
66 template <
typename CreatedAtT = Aws::Utils::DateTime>
68 m_createdAtHasBeenSet =
true;
69 m_createdAt = std::forward<CreatedAtT>(value);
71 template <
typename CreatedAtT = Aws::Utils::DateTime>
84 template <
typename CreatedByT = Aws::String>
86 m_createdByHasBeenSet =
true;
87 m_createdBy = std::forward<CreatedByT>(value);
89 template <
typename CreatedByT = Aws::String>
102 template <
typename OwnerAccountIdT = Aws::String>
104 m_ownerAccountIdHasBeenSet =
true;
105 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
107 template <
typename OwnerAccountIdT = Aws::String>
120 template <
typename NamespaceIdT = Aws::String>
122 m_namespaceIdHasBeenSet =
true;
123 m_namespaceId = std::forward<NamespaceIdT>(value);
125 template <
typename NamespaceIdT = Aws::String>
139 template <
typename TableBucketIdT = Aws::String>
141 m_tableBucketIdHasBeenSet =
true;
142 m_tableBucketId = std::forward<TableBucketIdT>(value);
144 template <
typename TableBucketIdT = Aws::String>
162 bool m_namespaceHasBeenSet =
false;
163 bool m_createdAtHasBeenSet =
false;
164 bool m_createdByHasBeenSet =
false;
165 bool m_ownerAccountIdHasBeenSet =
false;
166 bool m_namespaceIdHasBeenSet =
false;
167 bool m_tableBucketIdHasBeenSet =
false;
NamespaceSummary & WithOwnerAccountId(OwnerAccountIdT &&value)
void SetCreatedBy(CreatedByT &&value)
bool NamespaceIdHasBeenSet() const
const Aws::String & GetNamespaceId() const
void SetOwnerAccountId(OwnerAccountIdT &&value)
const Aws::Vector< Aws::String > & GetNamespace() const
NamespaceSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
AWS_S3TABLES_API NamespaceSummary()=default
bool OwnerAccountIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool NamespaceHasBeenSet() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedByHasBeenSet() const
AWS_S3TABLES_API NamespaceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNamespaceId(NamespaceIdT &&value)
NamespaceSummary & WithTableBucketId(TableBucketIdT &&value)
void SetTableBucketId(TableBucketIdT &&value)
bool CreatedAtHasBeenSet() const
NamespaceSummary & WithCreatedAt(CreatedAtT &&value)
bool TableBucketIdHasBeenSet() const
const Aws::String & GetTableBucketId() const
void SetNamespace(NamespaceT &&value)
NamespaceSummary & WithNamespace(NamespaceT &&value)
NamespaceSummary & WithNamespaceId(NamespaceIdT &&value)
NamespaceSummary & AddNamespace(NamespaceT &&value)
AWS_S3TABLES_API NamespaceSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOwnerAccountId() const
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue