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>
10#include <aws/elasticbeanstalk/model/SourceRepository.h>
11#include <aws/elasticbeanstalk/model/SourceType.h>
21namespace ElasticBeanstalk {
37 const char* locationValue)
const;
48 m_sourceTypeHasBeenSet =
true;
65 m_sourceRepositoryHasBeenSet =
true;
66 m_sourceRepository = value;
87 template <
typename SourceLocationT = Aws::String>
89 m_sourceLocationHasBeenSet =
true;
90 m_sourceLocation = std::forward<SourceLocationT>(value);
92 template <
typename SourceLocationT = Aws::String>
104 bool m_sourceTypeHasBeenSet =
false;
105 bool m_sourceRepositoryHasBeenSet =
false;
106 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