AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3
21{
22namespace Model
23{
24
36 {
37 public:
38 AWS_S3_API MetadataTableConfiguration() = default;
41
42 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
43
44
46
53 inline const S3TablesDestination& GetS3TablesDestination() const { return m_s3TablesDestination; }
54 inline bool S3TablesDestinationHasBeenSet() const { return m_s3TablesDestinationHasBeenSet; }
55 template<typename S3TablesDestinationT = S3TablesDestination>
56 void SetS3TablesDestination(S3TablesDestinationT&& value) { m_s3TablesDestinationHasBeenSet = true; m_s3TablesDestination = std::forward<S3TablesDestinationT>(value); }
57 template<typename S3TablesDestinationT = S3TablesDestination>
58 MetadataTableConfiguration& WithS3TablesDestination(S3TablesDestinationT&& value) { SetS3TablesDestination(std::forward<S3TablesDestinationT>(value)); return *this;}
60 private:
61
62 S3TablesDestination m_s3TablesDestination;
63 bool m_s3TablesDestinationHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace S3
68} // 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