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;
86 inline void SetSourceLocation(
const char* value) { m_sourceLocationHasBeenSet =
true; m_sourceLocation.assign(value); }
94 bool m_sourceTypeHasBeenSet =
false;
97 bool m_sourceRepositoryHasBeenSet =
false;
100 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