7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/ReplicaModifications.h>
9#include <aws/s3control/model/SseKmsEncryptedObjects.h>
47 template <
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
49 m_sseKmsEncryptedObjectsHasBeenSet =
true;
50 m_sseKmsEncryptedObjects = std::forward<SseKmsEncryptedObjectsT>(value);
52 template <
typename SseKmsEncryptedObjectsT = SseKmsEncryptedObjects>
75 template <
typename ReplicaModificationsT = ReplicaModifications>
77 m_replicaModificationsHasBeenSet =
true;
78 m_replicaModifications = std::forward<ReplicaModificationsT>(value);
80 template <
typename ReplicaModificationsT = ReplicaModifications>
90 bool m_sseKmsEncryptedObjectsHasBeenSet =
false;
91 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)