7#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticbeanstalk/model/SourceType.h>
10#include <aws/elasticbeanstalk/model/SourceRepository.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ElasticBeanstalk
41 AWS_ELASTICBEANSTALK_API
void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
80 template<
typename SourceLocationT = Aws::String>
81 void SetSourceLocation(SourceLocationT&& value) { m_sourceLocationHasBeenSet =
true; m_sourceLocation = std::forward<SourceLocationT>(value); }
82 template<
typename SourceLocationT = Aws::String>
88 bool m_sourceTypeHasBeenSet =
false;
91 bool m_sourceRepositoryHasBeenSet =
false;
94 bool m_sourceLocationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream