7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/TableBucketType.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename OwnerAccountIdT = Aws::String>
80 m_ownerAccountIdHasBeenSet =
true;
81 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
83 template <
typename OwnerAccountIdT = Aws::String>
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 template <
typename TableBucketIdT = Aws::String>
116 m_tableBucketIdHasBeenSet =
true;
117 m_tableBucketId = std::forward<TableBucketIdT>(value);
119 template <
typename TableBucketIdT = Aws::String>
133 m_typeHasBeenSet =
true;
153 bool m_arnHasBeenSet =
false;
154 bool m_nameHasBeenSet =
false;
155 bool m_ownerAccountIdHasBeenSet =
false;
156 bool m_createdAtHasBeenSet =
false;
157 bool m_tableBucketIdHasBeenSet =
false;
158 bool m_typeHasBeenSet =
false;
bool ArnHasBeenSet() const
TableBucketSummary & WithOwnerAccountId(OwnerAccountIdT &&value)
AWS_S3TABLES_API TableBucketSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
TableBucketSummary & WithType(TableBucketType value)
void SetName(NameT &&value)
bool TableBucketIdHasBeenSet() const
const Aws::String & GetName() const
void SetType(TableBucketType value)
bool OwnerAccountIdHasBeenSet() const
void SetTableBucketId(TableBucketIdT &&value)
TableBucketSummary & WithName(NameT &&value)
const Aws::String & GetTableBucketId() const
AWS_S3TABLES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_S3TABLES_API TableBucketSummary()=default
TableBucketSummary & WithCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
TableBucketType GetType() const
TableBucketSummary & WithArn(ArnT &&value)
TableBucketSummary & WithTableBucketId(TableBucketIdT &&value)
bool TypeHasBeenSet() const
void SetOwnerAccountId(OwnerAccountIdT &&value)
const Aws::String & GetArn() const
void SetCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetArn(ArnT &&value)
AWS_S3TABLES_API TableBucketSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOwnerAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue