7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
10#include <aws/elasticbeanstalk/model/ResponseMetadata.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace ElasticBeanstalk {
42 template <
typename S3BucketT = Aws::String>
44 m_s3BucketHasBeenSet =
true;
45 m_s3Bucket = std::forward<S3BucketT>(value);
47 template <
typename S3BucketT = Aws::String>
57 template <
typename ResponseMetadataT = ResponseMetadata>
59 m_responseMetadataHasBeenSet =
true;
60 m_responseMetadata = std::forward<ResponseMetadataT>(value);
62 template <
typename ResponseMetadataT = ResponseMetadata>
75 bool m_s3BucketHasBeenSet =
false;
76 bool m_responseMetadataHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API CreateStorageLocationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
AWS_ELASTICBEANSTALK_API CreateStorageLocationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
AWS_ELASTICBEANSTALK_API CreateStorageLocationResult()=default
CreateStorageLocationResult & WithResponseMetadata(ResponseMetadataT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetS3Bucket(S3BucketT &&value)
CreateStorageLocationResult & WithS3Bucket(S3BucketT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
const Aws::String & GetS3Bucket() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Xml::XmlDocument XmlDocument