7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/SseKmsEncryptedObjects.h>
9#include <aws/s3control/model/ReplicaModifications.h>
53 template<
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
54 void SetSseKmsEncryptedObjects(SseKmsEncryptedObjectsT&& value) { m_sseKmsEncryptedObjectsHasBeenSet =
true; m_sseKmsEncryptedObjects = std::forward<SseKmsEncryptedObjectsT>(value); }
55 template<
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
75 template<
typename ReplicaModificationsT = ReplicaModifications>
76 void SetReplicaModifications(ReplicaModificationsT&& value) { m_replicaModificationsHasBeenSet =
true; m_replicaModifications = std::forward<ReplicaModificationsT>(value); }
77 template<
typename ReplicaModificationsT = ReplicaModifications>
83 bool m_sseKmsEncryptedObjectsHasBeenSet =
false;
86 bool m_replicaModificationsHasBeenSet =
false;
AWS_S3CONTROL_API SourceSelectionCriteria & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const ReplicaModifications & GetReplicaModifications() const
void SetReplicaModifications(ReplicaModificationsT &&value)
AWS_S3CONTROL_API SourceSelectionCriteria()=default
SourceSelectionCriteria & WithSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const SseKmsEncryptedObjects & GetSseKmsEncryptedObjects() const
bool SseKmsEncryptedObjectsHasBeenSet() const
void SetSseKmsEncryptedObjects(SseKmsEncryptedObjectsT &&value)
AWS_S3CONTROL_API SourceSelectionCriteria(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ReplicaModificationsHasBeenSet() const
SourceSelectionCriteria & WithReplicaModifications(ReplicaModificationsT &&value)