7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/BucketLocationConstraint.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_locationConstraintHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
GetBucketLocationResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_S3CRT_API GetBucketLocationResult()=default
void SetLocationConstraint(BucketLocationConstraint value)
const Aws::String & GetRequestId() const
BucketLocationConstraint GetLocationConstraint() const
AWS_S3CRT_API GetBucketLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
GetBucketLocationResult & WithLocationConstraint(BucketLocationConstraint value)
AWS_S3CRT_API GetBucketLocationResult & 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