File tree 3 files changed +4
-19
lines changed
generated/src/aws-cpp-sdk-s3
3 files changed +4
-19
lines changed Original file line number Diff line number Diff line change 58
58
#include < aws/s3/model/GetPublicAccessBlockResult.h>
59
59
#include < aws/s3/model/HeadBucketResult.h>
60
60
#include < aws/s3/model/HeadObjectResult.h>
61
- #include < aws/s3/model/HeadBucketResult.h>
62
61
#include < aws/s3/model/ListBucketAnalyticsConfigurationsResult.h>
63
62
#include < aws/s3/model/ListBucketIntelligentTieringConfigurationsResult.h>
64
63
#include < aws/s3/model/ListBucketInventoryConfigurationsResult.h>
Original file line number Diff line number Diff line change 1
- /* *
1
+ /* *
2
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
* SPDX-License-Identifier: Apache-2.0.
4
4
*/
@@ -207,16 +207,6 @@ namespace Model
207
207
208
208
inline HeadBucketResult& WithRequestId (const char * value) { SetRequestId (value); return *this ;}
209
209
210
- /* *
211
- * <p>Region of the bucket. If it's any empty string, this response header does not appear in the response.</p>
212
- */
213
- inline const Aws::String & GetRegion () const { return m_region; }
214
-
215
- /* *
216
- * <p>Set region for the bucket.</p>
217
- */
218
- inline void SetRegion (Aws::String value) { m_region = std::move (value); }
219
-
220
210
private:
221
211
222
212
LocationType m_bucketLocationType;
@@ -228,8 +218,6 @@ namespace Model
228
218
bool m_accessPointAlias;
229
219
230
220
Aws::String m_requestId;
231
-
232
- Aws::String m_region;
233
221
};
234
222
235
223
} // namespace Model
Original file line number Diff line number Diff line change 1
- /* *
1
+ /* *
2
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
* SPDX-License-Identifier: Apache-2.0.
4
4
*/
8
8
#include < aws/core/AmazonWebServiceResult.h>
9
9
#include < aws/core/utils/StringUtils.h>
10
10
#include < aws/core/utils/memory/stl/AWSStringStream.h>
11
- #include < aws/core/AmazonWebServiceResult.h>
12
- #include < aws/core/utils/xml/XmlSerializer.h>
13
11
14
12
#include < utility>
15
13
@@ -18,13 +16,13 @@ using namespace Aws::Utils::Xml;
18
16
using namespace Aws ::Utils;
19
17
using namespace Aws ;
20
18
21
- HeadBucketResult::HeadBucketResult () :
19
+ HeadBucketResult::HeadBucketResult () :
22
20
m_bucketLocationType(LocationType::NOT_SET),
23
21
m_accessPointAlias(false )
24
22
{
25
23
}
26
24
27
- HeadBucketResult::HeadBucketResult (const Aws::AmazonWebServiceResult<XmlDocument>& result) :
25
+ HeadBucketResult::HeadBucketResult (const Aws::AmazonWebServiceResult<XmlDocument>& result) :
28
26
m_bucketLocationType(LocationType::NOT_SET),
29
27
m_accessPointAlias(false )
30
28
{
You can’t perform that action at this time.
0 commit comments