AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetBucketOwnershipControlsResult.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
40 inline const OwnershipControls& GetOwnershipControls() const{ return m_ownershipControls; }
41
47 inline void SetOwnershipControls(const OwnershipControls& value) { m_ownershipControls = value; }
48
54 inline void SetOwnershipControls(OwnershipControls&& value) { m_ownershipControls = std::move(value); }
55
62
69
70 private:
71
72 OwnershipControls m_ownershipControls;
73 };
74
75} // namespace Model
76} // namespace S3
77} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
GetBucketOwnershipControlsResult & WithOwnershipControls(OwnershipControls &&value)
AWS_S3_API GetBucketOwnershipControlsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3_API GetBucketOwnershipControlsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetBucketOwnershipControlsResult & WithOwnershipControls(const OwnershipControls &value)