7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/UserBucket.h>
44 template <
typename DescriptionT = Aws::String>
46 m_descriptionHasBeenSet =
true;
47 m_description = std::forward<DescriptionT>(value);
49 template <
typename DescriptionT = Aws::String>
62 template <
typename DeviceNameT = Aws::String>
64 m_deviceNameHasBeenSet =
true;
65 m_deviceName = std::forward<DeviceNameT>(value);
67 template <
typename DeviceNameT = Aws::String>
82 template <
typename FormatT = Aws::String>
84 m_formatHasBeenSet =
true;
85 m_format = std::forward<FormatT>(value);
87 template <
typename FormatT = Aws::String>
100 template <
typename SnapshotIdT = Aws::String>
102 m_snapshotIdHasBeenSet =
true;
103 m_snapshotId = std::forward<SnapshotIdT>(value);
105 template <
typename SnapshotIdT = Aws::String>
119 template <
typename UrlT = Aws::String>
121 m_urlHasBeenSet =
true;
122 m_url = std::forward<UrlT>(value);
124 template <
typename UrlT = Aws::String>
126 SetUrl(std::forward<UrlT>(value));
137 template <
typename UserBucketT = UserBucket>
139 m_userBucketHasBeenSet =
true;
140 m_userBucket = std::forward<UserBucketT>(value);
142 template <
typename UserBucketT = UserBucket>
160 bool m_descriptionHasBeenSet =
false;
161 bool m_deviceNameHasBeenSet =
false;
162 bool m_formatHasBeenSet =
false;
163 bool m_snapshotIdHasBeenSet =
false;
164 bool m_urlHasBeenSet =
false;
165 bool m_userBucketHasBeenSet =
false;
void SetUrl(UrlT &&value)
ImageDiskContainer & WithDescription(DescriptionT &&value)
bool FormatHasBeenSet() const
const Aws::String & GetDeviceName() const
AWS_EC2_API ImageDiskContainer()=default
void SetSnapshotId(SnapshotIdT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetSnapshotId() const
bool UrlHasBeenSet() const
const Aws::String & GetUrl() const
ImageDiskContainer & WithUrl(UrlT &&value)
const Aws::String & GetFormat() const
ImageDiskContainer & WithSnapshotId(SnapshotIdT &&value)
void SetFormat(FormatT &&value)
void SetDescription(DescriptionT &&value)
AWS_EC2_API ImageDiskContainer & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetUserBucket(UserBucketT &&value)
const UserBucket & GetUserBucket() const
ImageDiskContainer & WithDeviceName(DeviceNameT &&value)
const Aws::String & GetDescription() const
AWS_EC2_API ImageDiskContainer(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DeviceNameHasBeenSet() const
ImageDiskContainer & WithFormat(FormatT &&value)
ImageDiskContainer & WithUserBucket(UserBucketT &&value)
void SetDeviceName(DeviceNameT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool SnapshotIdHasBeenSet() const
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool UserBucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream