AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MetadataTableConfigurationResult.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/S3TablesDestinationResult.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
40 {
41 public:
42 AWS_S3_API MetadataTableConfigurationResult() = default;
45
46 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
47
48
50
57 inline const S3TablesDestinationResult& GetS3TablesDestinationResult() const { return m_s3TablesDestinationResult; }
58 inline bool S3TablesDestinationResultHasBeenSet() const { return m_s3TablesDestinationResultHasBeenSet; }
59 template<typename S3TablesDestinationResultT = S3TablesDestinationResult>
60 void SetS3TablesDestinationResult(S3TablesDestinationResultT&& value) { m_s3TablesDestinationResultHasBeenSet = true; m_s3TablesDestinationResult = std::forward<S3TablesDestinationResultT>(value); }
61 template<typename S3TablesDestinationResultT = S3TablesDestinationResult>
62 MetadataTableConfigurationResult& WithS3TablesDestinationResult(S3TablesDestinationResultT&& value) { SetS3TablesDestinationResult(std::forward<S3TablesDestinationResultT>(value)); return *this;}
64 private:
65
66 S3TablesDestinationResult m_s3TablesDestinationResult;
67 bool m_s3TablesDestinationResultHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace S3
72} // namespace Aws
const S3TablesDestinationResult & GetS3TablesDestinationResult() const
AWS_S3_API MetadataTableConfigurationResult(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
MetadataTableConfigurationResult & WithS3TablesDestinationResult(S3TablesDestinationResultT &&value)
AWS_S3_API MetadataTableConfigurationResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetS3TablesDestinationResult(S3TablesDestinationResultT &&value)