7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3-crt/S3Crt_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename LocationT = Aws::String>
37 m_locationHasBeenSet =
true;
38 m_location = std::forward<LocationT>(value);
40 template <
typename LocationT = Aws::String>
57 template <
typename BucketArnT = Aws::String>
59 m_bucketArnHasBeenSet =
true;
60 m_bucketArn = std::forward<BucketArnT>(value);
62 template <
typename BucketArnT = Aws::String>
72 template <
typename RequestIdT = Aws::String>
74 m_requestIdHasBeenSet =
true;
75 m_requestId = std::forward<RequestIdT>(value);
77 template <
typename RequestIdT = Aws::String>
92 bool m_locationHasBeenSet =
false;
93 bool m_bucketArnHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetBucketArn() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
CreateBucketResult & WithLocation(LocationT &&value)
AWS_S3CRT_API CreateBucketResult()=default
CreateBucketResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetLocation() const
void SetBucketArn(BucketArnT &&value)
AWS_S3CRT_API CreateBucketResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
CreateBucketResult & WithBucketArn(BucketArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLocation(LocationT &&value)
AWS_S3CRT_API CreateBucketResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument