AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
InventoryEncryption.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Xml
17{
18 class XmlNode;
19} // namespace Xml
20} // namespace Utils
21namespace S3
22{
23namespace Model
24{
25
33 {
34 public:
38
40
41
45 inline const SSES3& GetSSES3() const{ return m_sSES3; }
46
50 inline bool SSES3HasBeenSet() const { return m_sSES3HasBeenSet; }
51
55 inline void SetSSES3(const SSES3& value) { m_sSES3HasBeenSet = true; m_sSES3 = value; }
56
60 inline void SetSSES3(SSES3&& value) { m_sSES3HasBeenSet = true; m_sSES3 = std::move(value); }
61
65 inline InventoryEncryption& WithSSES3(const SSES3& value) { SetSSES3(value); return *this;}
66
70 inline InventoryEncryption& WithSSES3(SSES3&& value) { SetSSES3(std::move(value)); return *this;}
71
72
76 inline const SSEKMS& GetSSEKMS() const{ return m_sSEKMS; }
77
81 inline bool SSEKMSHasBeenSet() const { return m_sSEKMSHasBeenSet; }
82
86 inline void SetSSEKMS(const SSEKMS& value) { m_sSEKMSHasBeenSet = true; m_sSEKMS = value; }
87
91 inline void SetSSEKMS(SSEKMS&& value) { m_sSEKMSHasBeenSet = true; m_sSEKMS = std::move(value); }
92
96 inline InventoryEncryption& WithSSEKMS(const SSEKMS& value) { SetSSEKMS(value); return *this;}
97
101 inline InventoryEncryption& WithSSEKMS(SSEKMS&& value) { SetSSEKMS(std::move(value)); return *this;}
102
103 private:
104
105 SSES3 m_sSES3;
106 bool m_sSES3HasBeenSet = false;
107
108 SSEKMS m_sSEKMS;
109 bool m_sSEKMSHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace S3
114} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetSSEKMS(const SSEKMS &value)
AWS_S3_API InventoryEncryption & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API InventoryEncryption(const Aws::Utils::Xml::XmlNode &xmlNode)
InventoryEncryption & WithSSES3(SSES3 &&value)
InventoryEncryption & WithSSEKMS(const SSEKMS &value)
InventoryEncryption & WithSSES3(const SSES3 &value)
InventoryEncryption & WithSSEKMS(SSEKMS &&value)