7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/SseKmsEncryptedObjects.h>
9#include <aws/s3/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;
AWS_S3_API SourceSelectionCriteria()=default
const ReplicaModifications & GetReplicaModifications() const
void SetReplicaModifications(ReplicaModificationsT &&value)
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
bool SseKmsEncryptedObjectsHasBeenSet() const
SourceSelectionCriteria & WithReplicaModifications(ReplicaModificationsT &&value)
bool ReplicaModificationsHasBeenSet() const
void SetSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)
const SseKmsEncryptedObjects & GetSseKmsEncryptedObjects() const
SourceSelectionCriteria & WithSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)