AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
SourceSelectionCriteria.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
37 {
38 public:
42
44
45
52 inline const SseKmsEncryptedObjects& GetSseKmsEncryptedObjects() const{ return m_sseKmsEncryptedObjects; }
53
60 inline bool SseKmsEncryptedObjectsHasBeenSet() const { return m_sseKmsEncryptedObjectsHasBeenSet; }
61
68 inline void SetSseKmsEncryptedObjects(const SseKmsEncryptedObjects& value) { m_sseKmsEncryptedObjectsHasBeenSet = true; m_sseKmsEncryptedObjects = value; }
69
76 inline void SetSseKmsEncryptedObjects(SseKmsEncryptedObjects&& value) { m_sseKmsEncryptedObjectsHasBeenSet = true; m_sseKmsEncryptedObjects = std::move(value); }
77
85
93
94
105 inline const ReplicaModifications& GetReplicaModifications() const{ return m_replicaModifications; }
106
117 inline bool ReplicaModificationsHasBeenSet() const { return m_replicaModificationsHasBeenSet; }
118
129 inline void SetReplicaModifications(const ReplicaModifications& value) { m_replicaModificationsHasBeenSet = true; m_replicaModifications = value; }
130
141 inline void SetReplicaModifications(ReplicaModifications&& value) { m_replicaModificationsHasBeenSet = true; m_replicaModifications = std::move(value); }
142
154
166
167 private:
168
169 SseKmsEncryptedObjects m_sseKmsEncryptedObjects;
170 bool m_sseKmsEncryptedObjectsHasBeenSet = false;
171
172 ReplicaModifications m_replicaModifications;
173 bool m_replicaModificationsHasBeenSet = false;
174 };
175
176} // namespace Model
177} // namespace S3
178} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
void SetSseKmsEncryptedObjects(SseKmsEncryptedObjects &&value)
const ReplicaModifications & GetReplicaModifications() const
AWS_S3_API SourceSelectionCriteria(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API SourceSelectionCriteria & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
SourceSelectionCriteria & WithReplicaModifications(ReplicaModifications &&value)
void SetSseKmsEncryptedObjects(const SseKmsEncryptedObjects &value)
const SseKmsEncryptedObjects & GetSseKmsEncryptedObjects() const
void SetReplicaModifications(ReplicaModifications &&value)
void SetReplicaModifications(const ReplicaModifications &value)
SourceSelectionCriteria & WithSseKmsEncryptedObjects(const SseKmsEncryptedObjects &value)
SourceSelectionCriteria & WithSseKmsEncryptedObjects(SseKmsEncryptedObjects &&value)
SourceSelectionCriteria & WithReplicaModifications(const ReplicaModifications &value)