AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetBucketRequestPaymentRequest.h
Go to the documentation of this file.
1
6#pragma once
7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Http
16{
17 class URI;
18} //namespace Http
19namespace S3
20{
21namespace Model
22{
23
27 {
28 public:
30
31 // Service request name is the Operation name which will send this request out,
32 // each operation should has unique request name, so that we can get operation's name from this request.
33 // Note: this is not true for response, multiple operations may have the same response name,
34 // so we can not get operation's name from response.
35 inline virtual const char* GetServiceRequestName() const override { return "GetBucketRequestPayment"; }
36
38
40
42
47
51 inline const Aws::String& GetBucket() const{ return m_bucket; }
52
56 inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; }
57
61 inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; }
62
66 inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); }
67
71 inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); }
72
76 inline GetBucketRequestPaymentRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;}
77
81 inline GetBucketRequestPaymentRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;}
82
86 inline GetBucketRequestPaymentRequest& WithBucket(const char* value) { SetBucket(value); return *this;}
87
88
94 inline const Aws::String& GetExpectedBucketOwner() const{ return m_expectedBucketOwner; }
95
101 inline bool ExpectedBucketOwnerHasBeenSet() const { return m_expectedBucketOwnerHasBeenSet; }
102
108 inline void SetExpectedBucketOwner(const Aws::String& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = value; }
109
115 inline void SetExpectedBucketOwner(Aws::String&& value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner = std::move(value); }
116
122 inline void SetExpectedBucketOwner(const char* value) { m_expectedBucketOwnerHasBeenSet = true; m_expectedBucketOwner.assign(value); }
123
130
137
143 inline GetBucketRequestPaymentRequest& WithExpectedBucketOwner(const char* value) { SetExpectedBucketOwner(value); return *this;}
144
145
146
147 inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; }
148
149
150 inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; }
151
152
153 inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; }
154
155
156 inline void SetCustomizedAccessLogTag(Aws::Map<Aws::String, Aws::String>&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = std::move(value); }
157
158
160
161
163
164
165 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(const Aws::String& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
166
167
168 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(Aws::String&& key, const Aws::String& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
169
170
171 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(const Aws::String& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
172
173
174 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(Aws::String&& key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), std::move(value)); return *this; }
175
176
177 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(const char* key, Aws::String&& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, std::move(value)); return *this; }
178
179
180 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(Aws::String&& key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(std::move(key), value); return *this; }
181
182
183 inline GetBucketRequestPaymentRequest& AddCustomizedAccessLogTag(const char* key, const char* value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag.emplace(key, value); return *this; }
184
185 private:
186
187 Aws::String m_bucket;
188 bool m_bucketHasBeenSet = false;
189
190 Aws::String m_expectedBucketOwner;
191 bool m_expectedBucketOwnerHasBeenSet = false;
192
193 Aws::Map<Aws::String, Aws::String> m_customizedAccessLogTag;
194 bool m_customizedAccessLogTagHasBeenSet = false;
195 };
196
197} // namespace Model
198} // namespace S3
199} // namespace Aws
#define AWS_S3_API
Definition: S3_EXPORTS.h:28
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
GetBucketRequestPaymentRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
GetBucketRequestPaymentRequest & WithBucket(const char *value)
AWS_S3_API Aws::String SerializePayload() const override
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
virtual const char * GetServiceRequestName() const override
GetBucketRequestPaymentRequest & WithExpectedBucketOwner(const Aws::String &value)
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
GetBucketRequestPaymentRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
GetBucketRequestPaymentRequest & WithBucket(const Aws::String &value)
GetBucketRequestPaymentRequest & WithBucket(Aws::String &&value)
GetBucketRequestPaymentRequest & WithExpectedBucketOwner(const char *value)
GetBucketRequestPaymentRequest & WithExpectedBucketOwner(Aws::String &&value)
GetBucketRequestPaymentRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
Aws::Endpoint::EndpointParameters EndpointParameters
Definition: S3Request.h:22
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String