7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
19namespace ElasticBeanstalk {
34 const char* locationValue)
const;
43 template <
typename VirtualizationTypeT = Aws::String>
45 m_virtualizationTypeHasBeenSet =
true;
46 m_virtualizationType = std::forward<VirtualizationTypeT>(value);
48 template <
typename VirtualizationTypeT = Aws::String>
61 template <
typename ImageIdT = Aws::String>
63 m_imageIdHasBeenSet =
true;
64 m_imageId = std::forward<ImageIdT>(value);
66 template <
typename ImageIdT = Aws::String>
76 bool m_virtualizationTypeHasBeenSet =
false;
77 bool m_imageIdHasBeenSet =
false;
void SetImageId(ImageIdT &&value)
CustomAmi & WithVirtualizationType(VirtualizationTypeT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICBEANSTALK_API CustomAmi & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API CustomAmi(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetVirtualizationType(VirtualizationTypeT &&value)
const Aws::String & GetVirtualizationType() const
bool ImageIdHasBeenSet() const
bool VirtualizationTypeHasBeenSet() const
AWS_ELASTICBEANSTALK_API CustomAmi()=default
CustomAmi & WithImageId(ImageIdT &&value)
const Aws::String & GetImageId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream