7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/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;
AWS_S3_API GetBucketLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_S3_API GetBucketLocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const Aws::String & GetRequestId() const
GetBucketLocationResult & WithRequestId(RequestIdT &&value)
GetBucketLocationResult & WithLocationConstraint(BucketLocationConstraint value)
BucketLocationConstraint GetLocationConstraint() const
void SetRequestId(RequestIdT &&value)
AWS_S3_API GetBucketLocationResult()=default
void SetLocationConstraint(BucketLocationConstraint value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument