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
34 AWS_ELASTICBEANSTALK_API
Queue();
38 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetURL(
Aws::String&& value) { m_uRLHasBeenSet =
true; m_uRL = std::move(value); }
64 inline void SetURL(
const char* value) { m_uRLHasBeenSet =
true; m_uRL.assign(value); }
72 bool m_nameHasBeenSet =
false;
75 bool m_uRLHasBeenSet =
false;
void SetURL(const char *value)
Queue & WithName(const char *value)
AWS_ELASTICBEANSTALK_API Queue()
void SetName(const char *value)
const Aws::String & GetURL() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Queue & WithName(Aws::String &&value)
void SetURL(const Aws::String &value)
bool URLHasBeenSet() const
Queue & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Queue & WithURL(const char *value)
const Aws::String & GetName() const
AWS_ELASTICBEANSTALK_API Queue & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_ELASTICBEANSTALK_API Queue(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetURL(Aws::String &&value)
Queue & WithURL(Aws::String &&value)
void SetName(const Aws::String &value)
bool NameHasBeenSet() const
Queue & WithURL(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream