7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename CodeConnectionArnT = Aws::String>
44 m_codeConnectionArnHasBeenSet =
true;
45 m_codeConnectionArn = std::forward<CodeConnectionArnT>(value);
47 template <
typename CodeConnectionArnT = Aws::String>
61 template <
typename RepositoryIdT = Aws::String>
63 m_repositoryIdHasBeenSet =
true;
64 m_repositoryId = std::forward<RepositoryIdT>(value);
66 template <
typename RepositoryIdT = Aws::String>
79 template <
typename DefaultBranchT = Aws::String>
81 m_defaultBranchHasBeenSet =
true;
82 m_defaultBranch = std::forward<DefaultBranchT>(value);
84 template <
typename DefaultBranchT = Aws::String>
96 bool m_codeConnectionArnHasBeenSet =
false;
97 bool m_repositoryIdHasBeenSet =
false;
98 bool m_defaultBranchHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue