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;
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
65 template <
typename TypeT = Aws::String>
67 m_typeHasBeenSet =
true;
68 m_type = std::forward<TypeT>(value);
70 template <
typename TypeT = Aws::String>
72 SetType(std::forward<TypeT>(value));
86 template <
typename VersionT = Aws::String>
88 m_versionHasBeenSet =
true;
89 m_version = std::forward<VersionT>(value);
91 template <
typename VersionT = Aws::String>
103 bool m_nameHasBeenSet =
false;
104 bool m_typeHasBeenSet =
false;
105 bool m_versionHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetType() const
AWS_ELASTICBEANSTALK_API EnvironmentTier & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API EnvironmentTier()=default
AWS_ELASTICBEANSTALK_API EnvironmentTier(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetType(TypeT &&value)
bool VersionHasBeenSet() const
void SetName(NameT &&value)
EnvironmentTier & WithVersion(VersionT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetVersion() const
void SetVersion(VersionT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
EnvironmentTier & WithName(NameT &&value)
EnvironmentTier & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream