AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
MetadataTableConfiguration.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/S3TablesDestination.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Xml {
15class XmlNode;
16} // namespace Xml
17} // namespace Utils
18namespace S3 {
19namespace Model {
20
32 public:
33 AWS_S3_API MetadataTableConfiguration() = default;
36
37 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
38
40
47 inline const S3TablesDestination& GetS3TablesDestination() const { return m_s3TablesDestination; }
48 inline bool S3TablesDestinationHasBeenSet() const { return m_s3TablesDestinationHasBeenSet; }
49 template <typename S3TablesDestinationT = S3TablesDestination>
50 void SetS3TablesDestination(S3TablesDestinationT&& value) {
51 m_s3TablesDestinationHasBeenSet = true;
52 m_s3TablesDestination = std::forward<S3TablesDestinationT>(value);
53 }
54 template <typename S3TablesDestinationT = S3TablesDestination>
55 MetadataTableConfiguration& WithS3TablesDestination(S3TablesDestinationT&& value) {
56 SetS3TablesDestination(std::forward<S3TablesDestinationT>(value));
57 return *this;
58 }
60 private:
61 S3TablesDestination m_s3TablesDestination;
62 bool m_s3TablesDestinationHasBeenSet = false;
63};
64
65} // namespace Model
66} // namespace S3
67} // namespace Aws
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API MetadataTableConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const S3TablesDestination & GetS3TablesDestination() const
void SetS3TablesDestination(S3TablesDestinationT &&value)
AWS_S3_API MetadataTableConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
MetadataTableConfiguration & WithS3TablesDestination(S3TablesDestinationT &&value)
AWS_S3_API MetadataTableConfiguration()=default