7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3control/S3Control_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>
62 template <
typename BucketArnT = Aws::String>
64 m_bucketArnHasBeenSet =
true;
65 m_bucketArn = std::forward<BucketArnT>(value);
67 template <
typename BucketArnT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 template <
typename HostIdT = Aws::String>
98 m_hostIdHasBeenSet =
true;
99 m_hostId = std::forward<HostIdT>(value);
101 template <
typename HostIdT = Aws::String>
118 bool m_locationHasBeenSet =
false;
119 bool m_bucketArnHasBeenSet =
false;
120 bool m_requestIdHasBeenSet =
false;
121 bool m_hostIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetBucketArn(BucketArnT &&value)
CreateBucketResult & WithRequestId(RequestIdT &&value)
CreateBucketResult & WithBucketArn(BucketArnT &&value)
CreateBucketResult & WithLocation(LocationT &&value)
const Aws::String & GetBucketArn() const
CreateBucketResult & WithHostId(HostIdT &&value)
AWS_S3CONTROL_API CreateBucketResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3CONTROL_API CreateBucketResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetLocation() const
const Aws::String & GetRequestId() const
AWS_S3CONTROL_API CreateBucketResult()=default
const Aws::String & GetHostId() const
void SetHostId(HostIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument