AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetBucketLocationResult.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Xml
19{
20 class XmlDocument;
21} // namespace Xml
22} // namespace Utils
23namespace S3
24{
25namespace Model
26{
28 {
29 public:
33
34
42 inline const BucketLocationConstraint& GetLocationConstraint() const{ return m_locationConstraint; }
43
51 inline void SetLocationConstraint(const BucketLocationConstraint& value) { m_locationConstraint = value; }
52
60 inline void SetLocationConstraint(BucketLocationConstraint&& value) { m_locationConstraint = std::move(value); }
61
70
79
80 private:
81
82 BucketLocationConstraint m_locationConstraint;
83 };
84
85} // namespace Model
86} // namespace S3
87} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
AWS_S3_API GetBucketLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3_API GetBucketLocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetLocationConstraint(BucketLocationConstraint &&value)
GetBucketLocationResult & WithLocationConstraint(BucketLocationConstraint &&value)
void SetLocationConstraint(const BucketLocationConstraint &value)
const BucketLocationConstraint & GetLocationConstraint() const
GetBucketLocationResult & WithLocationConstraint(const BucketLocationConstraint &value)