29 namespace ElasticBeanstalk
48 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
69 inline void SetLinkName(
const char* value) { m_linkNameHasBeenSet =
true; m_linkName.assign(value); }
104 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
123 bool m_linkNameHasBeenSet;
125 bool m_environmentNameHasBeenSet;
void SetLinkName(Aws::String &&value)
EnvironmentLink & WithLinkName(const char *value)
EnvironmentLink & WithEnvironmentName(Aws::String &&value)
#define AWS_ELASTICBEANSTALK_API
EnvironmentLink & WithEnvironmentName(const char *value)
EnvironmentLink & WithLinkName(const Aws::String &value)
EnvironmentLink & WithEnvironmentName(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetEnvironmentName(const char *value)
EnvironmentLink & WithLinkName(Aws::String &&value)
void SetLinkName(const char *value)
const Aws::String & GetLinkName() const
void SetLinkName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::String & GetEnvironmentName() const
void SetEnvironmentName(const Aws::String &value)
void SetEnvironmentName(Aws::String &&value)
JSON (JavaScript Object Notation).