7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3/S3_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>
56 template <
typename BucketArnT = Aws::String>
58 m_bucketArnHasBeenSet =
true;
59 m_bucketArn = std::forward<BucketArnT>(value);
61 template <
typename BucketArnT = Aws::String>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
88 bool m_locationHasBeenSet =
false;
89 bool m_bucketArnHasBeenSet =
false;
90 bool m_requestIdHasBeenSet =
false;
AWS_S3_API CreateBucketResult()=default
void SetLocation(LocationT &&value)
void SetBucketArn(BucketArnT &&value)
CreateBucketResult & WithLocation(LocationT &&value)
const Aws::String & GetBucketArn() const
const Aws::String & GetRequestId() const
AWS_S3_API CreateBucketResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3_API CreateBucketResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
void SetRequestId(RequestIdT &&value)
CreateBucketResult & WithRequestId(RequestIdT &&value)
CreateBucketResult & WithBucketArn(BucketArnT &&value)
const Aws::String & GetLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument