AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
CreateBucketConfiguration.h
1
6#pragma once
7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/model/BucketLocationConstraint.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Xml
16{
17 class XmlNode;
18} // namespace Xml
19} // namespace Utils
20namespace S3Control
21{
22namespace Model
23{
24
33 {
34 public:
35 AWS_S3CONTROL_API CreateBucketConfiguration() = default;
36 AWS_S3CONTROL_API CreateBucketConfiguration(const Aws::Utils::Xml::XmlNode& xmlNode);
38
39 AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode& parentNode) const;
40
41
43
49 inline BucketLocationConstraint GetLocationConstraint() const { return m_locationConstraint; }
50 inline bool LocationConstraintHasBeenSet() const { return m_locationConstraintHasBeenSet; }
51 inline void SetLocationConstraint(BucketLocationConstraint value) { m_locationConstraintHasBeenSet = true; m_locationConstraint = value; }
54 private:
55
57 bool m_locationConstraintHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace S3Control
62} // namespace Aws
CreateBucketConfiguration & WithLocationConstraint(BucketLocationConstraint value)
void SetLocationConstraint(BucketLocationConstraint value)
AWS_S3CONTROL_API CreateBucketConfiguration()=default
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CONTROL_API CreateBucketConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API CreateBucketConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)