7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename LocationT = Aws::String>
36 m_locationHasBeenSet =
true;
37 m_location = std::forward<LocationT>(value);
39 template <
typename LocationT = Aws::String>
61 template <
typename BucketArnT = Aws::String>
63 m_bucketArnHasBeenSet =
true;
64 m_bucketArn = std::forward<BucketArnT>(value);
66 template <
typename BucketArnT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
95 template <
typename HostIdT = Aws::String>
97 m_hostIdHasBeenSet =
true;
98 m_hostId = std::forward<HostIdT>(value);
100 template <
typename HostIdT = Aws::String>
114 bool m_locationHasBeenSet =
false;
115 bool m_bucketArnHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
117 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)
void SetLocation(LocationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument