7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetReplicaKmsKeyID(
const char* value) { m_replicaKmsKeyIDHasBeenSet =
true; m_replicaKmsKeyID.assign(value); }
69 bool m_replicaKmsKeyIDHasBeenSet =
false;
AWS_S3CONTROL_API EncryptionConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetReplicaKmsKeyID(Aws::String &&value)
AWS_S3CONTROL_API EncryptionConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
EncryptionConfiguration & WithReplicaKmsKeyID(Aws::String &&value)
void SetReplicaKmsKeyID(const char *value)
bool ReplicaKmsKeyIDHasBeenSet() const
const Aws::String & GetReplicaKmsKeyID() const
EncryptionConfiguration & WithReplicaKmsKeyID(const Aws::String &value)
AWS_S3CONTROL_API EncryptionConfiguration()
void SetReplicaKmsKeyID(const Aws::String &value)
EncryptionConfiguration & WithReplicaKmsKeyID(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String