7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/BucketLocationConstraint.h>
9#include <aws/s3-crt/model/LocationInfo.h>
10#include <aws/s3-crt/model/BucketInfo.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/s3-crt/model/Tag.h>
77 template<
typename LocationT = LocationInfo>
78 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
79 template<
typename LocationT = LocationInfo>
90 template<
typename BucketT = BucketInfo>
91 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
92 template<
typename BucketT = BucketInfo>
107 template<
typename TagsT = Aws::Vector<Tag>>
108 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
109 template<
typename TagsT = Aws::Vector<Tag>>
111 template<
typename TagsT = Tag>
117 bool m_locationConstraintHasBeenSet =
false;
119 LocationInfo m_location;
120 bool m_locationHasBeenSet =
false;
123 bool m_bucketHasBeenSet =
false;
126 bool m_tagsHasBeenSet =
false;
void SetTags(TagsT &&value)
void SetLocation(LocationT &&value)
void SetBucket(BucketT &&value)
CreateBucketConfiguration & WithLocationConstraint(BucketLocationConstraint value)
const Aws::Vector< Tag > & GetTags() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API CreateBucketConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLocationConstraint(BucketLocationConstraint value)
CreateBucketConfiguration & WithTags(TagsT &&value)
const LocationInfo & GetLocation() const
bool TagsHasBeenSet() const
CreateBucketConfiguration & AddTags(TagsT &&value)
bool LocationHasBeenSet() const
bool LocationConstraintHasBeenSet() const
CreateBucketConfiguration & WithLocation(LocationT &&value)
AWS_S3CRT_API CreateBucketConfiguration()=default
AWS_S3CRT_API CreateBucketConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketHasBeenSet() const
const BucketInfo & GetBucket() const
BucketLocationConstraint GetLocationConstraint() const
CreateBucketConfiguration & WithBucket(BucketT &&value)
std::vector< T, Aws::Allocator< T > > Vector