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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
64 template<
typename OwnerAccountIdT = Aws::String>
65 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
66 template<
typename OwnerAccountIdT = Aws::String>
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
76 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
77 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename TableBucketIdT = Aws::String>
87 void SetTableBucketId(TableBucketIdT&& value) { m_tableBucketIdHasBeenSet =
true; m_tableBucketId = std::forward<TableBucketIdT>(value); }
88 template<
typename TableBucketIdT = Aws::String>
104 template<
typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
106 template<
typename RequestIdT = Aws::String>
112 bool m_arnHasBeenSet =
false;
115 bool m_nameHasBeenSet =
false;
118 bool m_ownerAccountIdHasBeenSet =
false;
121 bool m_createdAtHasBeenSet =
false;
124 bool m_tableBucketIdHasBeenSet =
false;
127 bool m_typeHasBeenSet =
false;
130 bool m_requestIdHasBeenSet =
false;
AWS_S3TABLES_API GetTableBucketResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetArn(ArnT &&value)
GetTableBucketResult & WithType(TableBucketType value)
void SetOwnerAccountId(OwnerAccountIdT &&value)
GetTableBucketResult & WithOwnerAccountId(OwnerAccountIdT &&value)
const Aws::String & GetRequestId() const
GetTableBucketResult & WithArn(ArnT &&value)
AWS_S3TABLES_API GetTableBucketResult()=default
GetTableBucketResult & WithName(NameT &&value)
const Aws::String & GetTableBucketId() const
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
void SetTableBucketId(TableBucketIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetOwnerAccountId() const
const Aws::Utils::DateTime & GetCreatedAt() const
GetTableBucketResult & WithCreatedAt(CreatedAtT &&value)
TableBucketType GetType() const
AWS_S3TABLES_API GetTableBucketResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTableBucketResult & WithRequestId(RequestIdT &&value)
void SetType(TableBucketType value)
GetTableBucketResult & WithTableBucketId(TableBucketIdT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue