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 {
35 const char* locationValue)
const;
44 template <
typename ApplicationNameT = Aws::String>
46 m_applicationNameHasBeenSet =
true;
47 m_applicationName = std::forward<ApplicationNameT>(value);
49 template <
typename ApplicationNameT = Aws::String>
62 template <
typename TemplateNameT = Aws::String>
64 m_templateNameHasBeenSet =
true;
65 m_templateName = std::forward<TemplateNameT>(value);
67 template <
typename TemplateNameT = Aws::String>
77 bool m_applicationNameHasBeenSet =
false;
78 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