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
39 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
49 template<
typename ApplicationNameT = Aws::String>
50 void SetApplicationName(ApplicationNameT&& value) { m_applicationNameHasBeenSet =
true; m_applicationName = std::forward<ApplicationNameT>(value); }
51 template<
typename ApplicationNameT = Aws::String>
61 template<
typename TemplateNameT = Aws::String>
62 void SetTemplateName(TemplateNameT&& value) { m_templateNameHasBeenSet =
true; m_templateName = std::forward<TemplateNameT>(value); }
63 template<
typename TemplateNameT = Aws::String>
69 bool m_applicationNameHasBeenSet =
false;
72 bool m_templateNameHasBeenSet =
false;
AWS_ELASTICBEANSTALK_API SourceConfiguration()=default
void SetApplicationName(ApplicationNameT &&value)
bool TemplateNameHasBeenSet() const
const Aws::String & GetTemplateName() const
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetApplicationName() const
SourceConfiguration & WithTemplateName(TemplateNameT &&value)
AWS_ELASTICBEANSTALK_API SourceConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTemplateName(TemplateNameT &&value)
AWS_ELASTICBEANSTALK_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICBEANSTALK_API SourceConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ApplicationNameHasBeenSet() const
SourceConfiguration & WithApplicationName(ApplicationNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream