7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/UserBucket.h>
50 template<
typename DescriptionT = Aws::String>
51 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
52 template<
typename DescriptionT = Aws::String>
63 template<
typename FormatT = Aws::String>
64 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
65 template<
typename FormatT = Aws::String>
76 template<
typename UrlT = Aws::String>
77 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
78 template<
typename UrlT = Aws::String>
88 template<
typename UserBucketT = UserBucket>
89 void SetUserBucket(UserBucketT&& value) { m_userBucketHasBeenSet =
true; m_userBucket = std::forward<UserBucketT>(value); }
90 template<
typename UserBucketT = UserBucket>
96 bool m_descriptionHasBeenSet =
false;
99 bool m_formatHasBeenSet =
false;
102 bool m_urlHasBeenSet =
false;
105 bool m_userBucketHasBeenSet =
false;
AWS_EC2_API SnapshotDiskContainer(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(DescriptionT &&value)
void SetUserBucket(UserBucketT &&value)
bool FormatHasBeenSet() const
const Aws::String & GetUrl() const
const Aws::String & GetFormat() const
const UserBucket & GetUserBucket() const
AWS_EC2_API SnapshotDiskContainer & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDescription() const
SnapshotDiskContainer & WithFormat(FormatT &&value)
void SetFormat(FormatT &&value)
bool DescriptionHasBeenSet() const
AWS_EC2_API SnapshotDiskContainer()=default
bool UserBucketHasBeenSet() const
bool UrlHasBeenSet() const
SnapshotDiskContainer & WithUrl(UrlT &&value)
SnapshotDiskContainer & WithUserBucket(UserBucketT &&value)
SnapshotDiskContainer & WithDescription(DescriptionT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetUrl(UrlT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream