7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/EC2_EXPORTS.h>
48 template <
typename AWSAccessKeyIdT = Aws::String>
50 m_aWSAccessKeyIdHasBeenSet =
true;
51 m_aWSAccessKeyId = std::forward<AWSAccessKeyIdT>(value);
53 template <
typename AWSAccessKeyIdT = Aws::String>
68 template <
typename BucketT = Aws::String>
70 m_bucketHasBeenSet =
true;
71 m_bucket = std::forward<BucketT>(value);
73 template <
typename BucketT = Aws::String>
86 template <
typename PrefixT = Aws::String>
88 m_prefixHasBeenSet =
true;
89 m_prefix = std::forward<PrefixT>(value);
91 template <
typename PrefixT = Aws::String>
105 template <
typename UploadPolicyT = Aws::Utils::ByteBuffer>
107 m_uploadPolicyHasBeenSet =
true;
108 m_uploadPolicy = std::forward<UploadPolicyT>(value);
110 template <
typename UploadPolicyT = Aws::Utils::ByteBuffer>
123 template <
typename UploadPolicySignatureT = Aws::String>
125 m_uploadPolicySignatureHasBeenSet =
true;
126 m_uploadPolicySignature = std::forward<UploadPolicySignatureT>(value);
128 template <
typename UploadPolicySignatureT = Aws::String>
144 bool m_aWSAccessKeyIdHasBeenSet =
false;
145 bool m_bucketHasBeenSet =
false;
146 bool m_prefixHasBeenSet =
false;
147 bool m_uploadPolicyHasBeenSet =
false;
148 bool m_uploadPolicySignatureHasBeenSet =
false;
AWS_EC2_API S3Storage(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetUploadPolicy(UploadPolicyT &&value)
void SetBucket(BucketT &&value)
S3Storage & WithPrefix(PrefixT &&value)
void SetPrefix(PrefixT &&value)
const Aws::String & GetAWSAccessKeyId() const
void SetUploadPolicySignature(UploadPolicySignatureT &&value)
const Aws::String & GetPrefix() const
const Aws::String & GetBucket() const
const Aws::Utils::ByteBuffer & GetUploadPolicy() const
bool UploadPolicyHasBeenSet() const
bool UploadPolicySignatureHasBeenSet() const
S3Storage & WithBucket(BucketT &&value)
AWS_EC2_API S3Storage & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
S3Storage & WithUploadPolicySignature(UploadPolicySignatureT &&value)
const Aws::String & GetUploadPolicySignature() const
bool AWSAccessKeyIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
S3Storage & WithAWSAccessKeyId(AWSAccessKeyIdT &&value)
bool PrefixHasBeenSet() const
AWS_EC2_API S3Storage()=default
void SetAWSAccessKeyId(AWSAccessKeyIdT &&value)
bool BucketHasBeenSet() const
S3Storage & WithUploadPolicy(UploadPolicyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream