7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/SseKmsEncryptedObjects.h>
9#include <aws/s3-crt/model/ReplicaModifications.h>
55 template<
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
56 void SetSseKmsEncryptedObjects(SseKmsEncryptedObjectsT&& value) { m_sseKmsEncryptedObjectsHasBeenSet =
true; m_sseKmsEncryptedObjects = std::forward<SseKmsEncryptedObjectsT>(value); }
57 template<
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
74 template<
typename ReplicaModificationsT = ReplicaModifications>
75 void SetReplicaModifications(ReplicaModificationsT&& value) { m_replicaModificationsHasBeenSet =
true; m_replicaModifications = std::forward<ReplicaModificationsT>(value); }
76 template<
typename ReplicaModificationsT = ReplicaModifications>
82 bool m_sseKmsEncryptedObjectsHasBeenSet =
false;
85 bool m_replicaModificationsHasBeenSet =
false;
void SetReplicaModifications(ReplicaModificationsT &&value)
AWS_S3CRT_API SourceSelectionCriteria & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const SseKmsEncryptedObjects & GetSseKmsEncryptedObjects() const
AWS_S3CRT_API SourceSelectionCriteria(const Aws::Utils::Xml::XmlNode &xmlNode)
SourceSelectionCriteria & WithReplicaModifications(ReplicaModificationsT &&value)
bool SseKmsEncryptedObjectsHasBeenSet() const
const ReplicaModifications & GetReplicaModifications() const
SourceSelectionCriteria & WithSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)
AWS_S3CRT_API SourceSelectionCriteria()=default
bool ReplicaModificationsHasBeenSet() const