7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3tables/S3Tables_EXPORTS.h>
11#include <aws/s3tables/model/TableBucketType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
71 template <
typename OwnerAccountIdT = Aws::String>
73 m_ownerAccountIdHasBeenSet =
true;
74 m_ownerAccountId = std::forward<OwnerAccountIdT>(value);
76 template <
typename OwnerAccountIdT = Aws::String>
88 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 m_createdAtHasBeenSet =
true;
91 m_createdAt = std::forward<CreatedAtT>(value);
93 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 template <
typename TableBucketIdT = Aws::String>
107 m_tableBucketIdHasBeenSet =
true;
108 m_tableBucketId = std::forward<TableBucketIdT>(value);
110 template <
typename TableBucketIdT = Aws::String>
123 m_typeHasBeenSet =
true;
135 template <
typename RequestIdT = Aws::String>
137 m_requestIdHasBeenSet =
true;
138 m_requestId = std::forward<RequestIdT>(value);
140 template <
typename RequestIdT = Aws::String>
163 bool m_arnHasBeenSet =
false;
164 bool m_nameHasBeenSet =
false;
165 bool m_ownerAccountIdHasBeenSet =
false;
166 bool m_createdAtHasBeenSet =
false;
167 bool m_tableBucketIdHasBeenSet =
false;
168 bool m_typeHasBeenSet =
false;
169 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue