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
42 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
52 template<
typename LinkNameT = Aws::String>
53 void SetLinkName(LinkNameT&& value) { m_linkNameHasBeenSet =
true; m_linkName = std::forward<LinkNameT>(value); }
54 template<
typename LinkNameT = Aws::String>
64 template<
typename EnvironmentNameT = Aws::String>
65 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
66 template<
typename EnvironmentNameT = Aws::String>
72 bool m_linkNameHasBeenSet =
false;
75 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