7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NamespaceT = Aws::Vector<Aws::String>>
49 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
50 template<
typename NamespaceT = Aws::Vector<Aws::String>>
52 template<
typename NamespaceT = Aws::String>
53 NamespaceSummary&
AddNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace.emplace_back(std::forward<NamespaceT>(value));
return *
this; }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
64 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 template<
typename CreatedByT = Aws::String>
75 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
76 template<
typename CreatedByT = Aws::String>
86 template<
typename OwnerAccountIdT = Aws::String>
87 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
88 template<
typename OwnerAccountIdT = Aws::String>
98 template<
typename NamespaceIdT = Aws::String>
99 void SetNamespaceId(NamespaceIdT&& value) { m_namespaceIdHasBeenSet =
true; m_namespaceId = std::forward<NamespaceIdT>(value); }
100 template<
typename NamespaceIdT = Aws::String>
111 template<
typename TableBucketIdT = Aws::String>
112 void SetTableBucketId(TableBucketIdT&& value) { m_tableBucketIdHasBeenSet =
true; m_tableBucketId = std::forward<TableBucketIdT>(value); }
113 template<
typename TableBucketIdT = Aws::String>
119 bool m_namespaceHasBeenSet =
false;
122 bool m_createdAtHasBeenSet =
false;
125 bool m_createdByHasBeenSet =
false;
128 bool m_ownerAccountIdHasBeenSet =
false;
131 bool m_namespaceIdHasBeenSet =
false;
134 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