7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/s3tables/model/TableBucketType.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename OwnerAccountIdT = Aws::String>
73 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
74 template<
typename OwnerAccountIdT = Aws::String>
84 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
86 template<
typename CreatedAtT = Aws::Utils::DateTime>
96 template<
typename TableBucketIdT = Aws::String>
97 void SetTableBucketId(TableBucketIdT&& value) { m_tableBucketIdHasBeenSet =
true; m_tableBucketId = std::forward<TableBucketIdT>(value); }
98 template<
typename TableBucketIdT = Aws::String>
114 bool m_arnHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_ownerAccountIdHasBeenSet =
false;
123 bool m_createdAtHasBeenSet =
false;
126 bool m_tableBucketIdHasBeenSet =
false;
129 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