7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename NamespaceT = Aws::Vector<Aws::String>>
43 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
44 template<
typename NamespaceT = Aws::Vector<Aws::String>>
46 template<
typename NamespaceT = Aws::String>
47 GetNamespaceResult&
AddNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace.emplace_back(std::forward<NamespaceT>(value));
return *
this; }
55 template<
typename CreatedAtT = Aws::Utils::DateTime>
56 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
57 template<
typename CreatedAtT = Aws::Utils::DateTime>
66 template<
typename CreatedByT = Aws::String>
67 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
68 template<
typename CreatedByT = Aws::String>
77 template<
typename OwnerAccountIdT = Aws::String>
78 void SetOwnerAccountId(OwnerAccountIdT&& value) { m_ownerAccountIdHasBeenSet =
true; m_ownerAccountId = std::forward<OwnerAccountIdT>(value); }
79 template<
typename OwnerAccountIdT = Aws::String>
88 template<
typename NamespaceIdT = Aws::String>
89 void SetNamespaceId(NamespaceIdT&& value) { m_namespaceIdHasBeenSet =
true; m_namespaceId = std::forward<NamespaceIdT>(value); }
90 template<
typename NamespaceIdT = Aws::String>
99 template<
typename TableBucketIdT = Aws::String>
100 void SetTableBucketId(TableBucketIdT&& value) { m_tableBucketIdHasBeenSet =
true; m_tableBucketId = std::forward<TableBucketIdT>(value); }
101 template<
typename TableBucketIdT = Aws::String>
108 template<
typename RequestIdT = Aws::String>
109 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
110 template<
typename RequestIdT = Aws::String>
116 bool m_namespaceHasBeenSet =
false;
119 bool m_createdAtHasBeenSet =
false;
122 bool m_createdByHasBeenSet =
false;
125 bool m_ownerAccountIdHasBeenSet =
false;
128 bool m_namespaceIdHasBeenSet =
false;
131 bool m_tableBucketIdHasBeenSet =
false;
134 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
GetNamespaceResult & AddNamespace(NamespaceT &&value)
void SetOwnerAccountId(OwnerAccountIdT &&value)
const Aws::String & GetNamespaceId() const
AWS_S3TABLES_API GetNamespaceResult()=default
void SetTableBucketId(TableBucketIdT &&value)
const Aws::String & GetTableBucketId() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< Aws::String > & GetNamespace() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetOwnerAccountId() const
const Aws::String & GetCreatedBy() const
GetNamespaceResult & WithOwnerAccountId(OwnerAccountIdT &&value)
GetNamespaceResult & WithNamespaceId(NamespaceIdT &&value)
void SetNamespace(NamespaceT &&value)
void SetNamespaceId(NamespaceIdT &&value)
AWS_S3TABLES_API GetNamespaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetNamespaceResult & WithTableBucketId(TableBucketIdT &&value)
GetNamespaceResult & WithCreatedAt(CreatedAtT &&value)
GetNamespaceResult & WithCreatedBy(CreatedByT &&value)
void SetCreatedBy(CreatedByT &&value)
GetNamespaceResult & WithNamespace(NamespaceT &&value)
AWS_S3TABLES_API GetNamespaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetNamespaceResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue