7#include <aws/codecatalyst/CodeCatalyst_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeCatalyst {
41 template <
typename RepositoryNameT = Aws::String>
43 m_repositoryNameHasBeenSet =
true;
44 m_repositoryName = std::forward<RepositoryNameT>(value);
46 template <
typename RepositoryNameT = Aws::String>
59 template <
typename BranchNameT = Aws::String>
61 m_branchNameHasBeenSet =
true;
62 m_branchName = std::forward<BranchNameT>(value);
64 template <
typename BranchNameT = Aws::String>
72 bool m_repositoryNameHasBeenSet =
false;
75 bool m_branchNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue