29 namespace ElasticBeanstalk
44 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
45 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
80 inline Queue&
WithName(
const char* value) { SetName(value);
return *
this;}
100 inline void SetURL(
const char* value) { m_uRLHasBeenSet =
true; m_uRL.assign(value); }
115 inline Queue&
WithURL(
const char* value) { SetURL(value);
return *
this;}
119 bool m_nameHasBeenSet;
121 bool m_uRLHasBeenSet;
void SetName(const char *value)
void SetName(Aws::String &&value)
#define AWS_ELASTICBEANSTALK_API
const Aws::String & GetURL() const
void SetURL(Aws::String &&value)
Queue & WithName(Aws::String &&value)
Queue & WithURL(const Aws::String &value)
std::basic_ostream< char, std::char_traits< char > > OStream
Queue & WithURL(Aws::String &&value)
Queue & WithName(const Aws::String &value)
const Aws::String & GetName() const
void SetURL(const Aws::String &value)
Queue & WithURL(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::queue< T, Deque< T > > Queue
Queue & WithName(const char *value)
void SetURL(const char *value)
JSON (JavaScript Object Notation).
void SetName(const Aws::String &value)