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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
70 template <
typename OwnerAccountIdT = Aws::String>
72 m_ownerAccountIdHasBeenSet =
true;
73 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
75 template <
typename OwnerAccountIdT = Aws::String>
87 template <
typename CreatedAtT = Aws::Utils::DateTime>
89 m_createdAtHasBeenSet =
true;
90 m_createdAt = std::forward<CreatedAtT>(value);
92 template <
typename CreatedAtT = Aws::Utils::DateTime>
104 template <
typename TableBucketIdT = Aws::String>
106 m_tableBucketIdHasBeenSet =
true;
107 m_tableBucketId = std::forward<TableBucketIdT>(value);
109 template <
typename TableBucketIdT = Aws::String>
122 m_typeHasBeenSet =
true;
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
159 bool m_arnHasBeenSet =
false;
160 bool m_nameHasBeenSet =
false;
161 bool m_ownerAccountIdHasBeenSet =
false;
162 bool m_createdAtHasBeenSet =
false;
163 bool m_tableBucketIdHasBeenSet =
false;
164 bool m_typeHasBeenSet =
false;
165 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