AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MetadataConfigurationResult.h
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/DestinationResult.h>
9#include <aws/s3/model/JournalTableConfigurationResult.h>
10#include <aws/s3/model/InventoryTableConfigurationResult.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Xml
18{
19 class XmlNode;
20} // namespace Xml
21} // namespace Utils
22namespace S3
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_S3_API MetadataConfigurationResult() = default;
39
40 AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
41
42
44
47 inline const DestinationResult& GetDestinationResult() const { return m_destinationResult; }
48 inline bool DestinationResultHasBeenSet() const { return m_destinationResultHasBeenSet; }
49 template<typename DestinationResultT = DestinationResult>
50 void SetDestinationResult(DestinationResultT&& value) { m_destinationResultHasBeenSet = true; m_destinationResult = std::forward<DestinationResultT>(value); }
51 template<typename DestinationResultT = DestinationResult>
52 MetadataConfigurationResult& WithDestinationResult(DestinationResultT&& value) { SetDestinationResult(std::forward<DestinationResultT>(value)); return *this;}
54
56
59 inline const JournalTableConfigurationResult& GetJournalTableConfigurationResult() const { return m_journalTableConfigurationResult; }
60 inline bool JournalTableConfigurationResultHasBeenSet() const { return m_journalTableConfigurationResultHasBeenSet; }
61 template<typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
62 void SetJournalTableConfigurationResult(JournalTableConfigurationResultT&& value) { m_journalTableConfigurationResultHasBeenSet = true; m_journalTableConfigurationResult = std::forward<JournalTableConfigurationResultT>(value); }
63 template<typename JournalTableConfigurationResultT = JournalTableConfigurationResult>
64 MetadataConfigurationResult& WithJournalTableConfigurationResult(JournalTableConfigurationResultT&& value) { SetJournalTableConfigurationResult(std::forward<JournalTableConfigurationResultT>(value)); return *this;}
66
68
71 inline const InventoryTableConfigurationResult& GetInventoryTableConfigurationResult() const { return m_inventoryTableConfigurationResult; }
72 inline bool InventoryTableConfigurationResultHasBeenSet() const { return m_inventoryTableConfigurationResultHasBeenSet; }
73 template<typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
74 void SetInventoryTableConfigurationResult(InventoryTableConfigurationResultT&& value) { m_inventoryTableConfigurationResultHasBeenSet = true; m_inventoryTableConfigurationResult = std::forward<InventoryTableConfigurationResultT>(value); }
75 template<typename InventoryTableConfigurationResultT = InventoryTableConfigurationResult>
76 MetadataConfigurationResult& WithInventoryTableConfigurationResult(InventoryTableConfigurationResultT&& value) { SetInventoryTableConfigurationResult(std::forward<InventoryTableConfigurationResultT>(value)); return *this;}
78 private:
79
80 DestinationResult m_destinationResult;
81 bool m_destinationResultHasBeenSet = false;
82
83 JournalTableConfigurationResult m_journalTableConfigurationResult;
84 bool m_journalTableConfigurationResultHasBeenSet = false;
85
86 InventoryTableConfigurationResult m_inventoryTableConfigurationResult;
87 bool m_inventoryTableConfigurationResultHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace S3
92} // namespace Aws
AWS_S3_API MetadataConfigurationResult & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetInventoryTableConfigurationResult(InventoryTableConfigurationResultT &&value)
const DestinationResult & GetDestinationResult() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API MetadataConfigurationResult()=default
void SetJournalTableConfigurationResult(JournalTableConfigurationResultT &&value)
AWS_S3_API MetadataConfigurationResult(const Aws::Utils::Xml::XmlNode &xmlNode)
MetadataConfigurationResult & WithInventoryTableConfigurationResult(InventoryTableConfigurationResultT &&value)
MetadataConfigurationResult & WithDestinationResult(DestinationResultT &&value)
const InventoryTableConfigurationResult & GetInventoryTableConfigurationResult() const
MetadataConfigurationResult & WithJournalTableConfigurationResult(JournalTableConfigurationResultT &&value)
const JournalTableConfigurationResult & GetJournalTableConfigurationResult() const