7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/ObjectLockEnabled.h>
9#include <aws/s3/model/ObjectLockRule.h>
74 bool m_objectLockEnabledHasBeenSet =
false;
77 bool m_ruleHasBeenSet =
false;
AWS_S3_API ObjectLockConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetObjectLockEnabled(ObjectLockEnabled &&value)
AWS_S3_API ObjectLockConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetObjectLockEnabled(const ObjectLockEnabled &value)
AWS_S3_API ObjectLockConfiguration()
void SetRule(const ObjectLockRule &value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ObjectLockConfiguration & WithRule(ObjectLockRule &&value)
const ObjectLockEnabled & GetObjectLockEnabled() const
bool ObjectLockEnabledHasBeenSet() const
ObjectLockConfiguration & WithObjectLockEnabled(const ObjectLockEnabled &value)
bool RuleHasBeenSet() const
void SetRule(ObjectLockRule &&value)
const ObjectLockRule & GetRule() const
ObjectLockConfiguration & WithObjectLockEnabled(ObjectLockEnabled &&value)
ObjectLockConfiguration & WithRule(const ObjectLockRule &value)