7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticBeanstalk
38 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
64 template<
typename TypeT = Aws::String>
65 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
66 template<
typename TypeT = Aws::String>
79 template<
typename VersionT = Aws::String>
80 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
81 template<
typename VersionT = Aws::String>
87 bool m_nameHasBeenSet =
false;
90 bool m_typeHasBeenSet =
false;
93 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