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 {
29 AWS_ELASTICBEANSTALK_API
Queue() =
default;
34 const char* locationValue)
const;
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename URLT = Aws::String>
63 m_uRLHasBeenSet =
true;
64 m_uRL = std::forward<URLT>(value);
66 template <
typename URLT = Aws::String>
68 SetURL(std::forward<URLT>(value));
76 bool m_nameHasBeenSet =
false;
77 bool m_uRLHasBeenSet =
false;
void SetName(NameT &&value)
AWS_ELASTICBEANSTALK_API Queue()=default
const Aws::String & GetURL() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
Queue & WithName(NameT &&value)
Queue & WithURL(URLT &&value)
void SetURL(URLT &&value)
bool URLHasBeenSet() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
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)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream