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 {
38 const char* locationValue)
const;
47 template <
typename LinkNameT = Aws::String>
49 m_linkNameHasBeenSet =
true;
50 m_linkName = std::forward<LinkNameT>(value);
52 template <
typename LinkNameT = Aws::String>
65 template <
typename EnvironmentNameT = Aws::String>
67 m_environmentNameHasBeenSet =
true;
68 m_environmentName = std::forward<EnvironmentNameT>(value);
70 template <
typename EnvironmentNameT = Aws::String>
80 bool m_linkNameHasBeenSet =
false;
81 bool m_environmentNameHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API EnvironmentLink()=default
void SetEnvironmentName(EnvironmentNameT &&value)
void SetLinkName(LinkNameT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
EnvironmentLink & WithLinkName(LinkNameT &&value)
const Aws::String & GetLinkName() const
AWS_ELASTICBEANSTALK_API EnvironmentLink & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API EnvironmentLink(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetEnvironmentName() const
EnvironmentLink & WithEnvironmentName(EnvironmentNameT &&value)
bool LinkNameHasBeenSet() const
bool EnvironmentNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream