7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/proton/Proton_EXPORTS.h>
9#include <aws/proton/model/RepositoryProvider.h>
10#include <aws/proton/model/TemplateType.h>
43 template <
typename BranchT = Aws::String>
45 m_branchHasBeenSet =
true;
46 m_branch = std::forward<BranchT>(value);
48 template <
typename BranchT = Aws::String>
61 template <
typename RepositoryNameT = Aws::String>
63 m_repositoryNameHasBeenSet =
true;
64 m_repositoryName = std::forward<RepositoryNameT>(value);
66 template <
typename RepositoryNameT = Aws::String>
80 m_repositoryProviderHasBeenSet =
true;
81 m_repositoryProvider = value;
95 template <
typename SubdirectoryT = Aws::String>
97 m_subdirectoryHasBeenSet =
true;
98 m_subdirectory = std::forward<SubdirectoryT>(value);
100 template <
typename SubdirectoryT = Aws::String>
113 template <
typename TemplateNameT = Aws::String>
115 m_templateNameHasBeenSet =
true;
116 m_templateName = std::forward<TemplateNameT>(value);
118 template <
typename TemplateNameT = Aws::String>
132 m_templateTypeHasBeenSet =
true;
133 m_templateType = value;
152 bool m_branchHasBeenSet =
false;
153 bool m_repositoryNameHasBeenSet =
false;
154 bool m_repositoryProviderHasBeenSet =
false;
155 bool m_subdirectoryHasBeenSet =
false;
156 bool m_templateNameHasBeenSet =
false;
157 bool m_templateTypeHasBeenSet =
false;
void SetTemplateType(TemplateType value)
bool RepositoryProviderHasBeenSet() const
const Aws::String & GetRepositoryName() const
TemplateType GetTemplateType() const
RepositoryProvider GetRepositoryProvider() const
const Aws::String & GetTemplateName() const
bool RepositoryNameHasBeenSet() const
bool BranchHasBeenSet() const
void SetSubdirectory(SubdirectoryT &&value)
AWS_PROTON_API TemplateSyncConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PROTON_API TemplateSyncConfig()=default
const Aws::String & GetBranch() const
TemplateSyncConfig & WithBranch(BranchT &&value)
TemplateSyncConfig & WithTemplateType(TemplateType value)
AWS_PROTON_API Aws::Utils::Json::JsonValue Jsonize() const
TemplateSyncConfig & WithRepositoryName(RepositoryNameT &&value)
TemplateSyncConfig & WithRepositoryProvider(RepositoryProvider value)
TemplateSyncConfig & WithSubdirectory(SubdirectoryT &&value)
TemplateSyncConfig & WithTemplateName(TemplateNameT &&value)
bool TemplateTypeHasBeenSet() const
void SetRepositoryProvider(RepositoryProvider value)
void SetBranch(BranchT &&value)
void SetRepositoryName(RepositoryNameT &&value)
bool TemplateNameHasBeenSet() const
bool SubdirectoryHasBeenSet() const
AWS_PROTON_API TemplateSyncConfig(Aws::Utils::Json::JsonView jsonValue)
void SetTemplateName(TemplateNameT &&value)
const Aws::String & GetSubdirectory() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue