7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_EXPORTS.h>
9#include <aws/s3/model/S3TablesBucketType.h>
48 m_tableBucketTypeHasBeenSet =
true;
49 m_tableBucketType = value;
64 template <
typename TableBucketArnT = Aws::String>
66 m_tableBucketArnHasBeenSet =
true;
67 m_tableBucketArn = std::forward<TableBucketArnT>(value);
69 template <
typename TableBucketArnT = Aws::String>
83 template <
typename TableNamespaceT = Aws::String>
85 m_tableNamespaceHasBeenSet =
true;
86 m_tableNamespace = std::forward<TableNamespaceT>(value);
88 template <
typename TableNamespaceT = Aws::String>
100 bool m_tableBucketTypeHasBeenSet =
false;
101 bool m_tableBucketArnHasBeenSet =
false;
102 bool m_tableNamespaceHasBeenSet =
false;
S3TablesBucketType GetTableBucketType() const
void SetTableBucketArn(TableBucketArnT &&value)
const Aws::String & GetTableBucketArn() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetTableNamespace(TableNamespaceT &&value)
DestinationResult & WithTableBucketArn(TableBucketArnT &&value)
bool TableBucketTypeHasBeenSet() const
AWS_S3_API DestinationResult()=default
bool TableNamespaceHasBeenSet() const
AWS_S3_API DestinationResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetTableNamespace() const
AWS_S3_API DestinationResult(const Aws::Utils::Xml::XmlNode &xmlNode)
DestinationResult & WithTableBucketType(S3TablesBucketType value)
bool TableBucketArnHasBeenSet() const
void SetTableBucketType(S3TablesBucketType value)
DestinationResult & WithTableNamespace(TableNamespaceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String