7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RepositoryNameT = Aws::String>
48 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
49 template<
typename RepositoryNameT = Aws::String>
60 template<
typename SourceCommitIdT = Aws::String>
61 void SetSourceCommitId(SourceCommitIdT&& value) { m_sourceCommitIdHasBeenSet =
true; m_sourceCommitId = std::forward<SourceCommitIdT>(value); }
62 template<
typename SourceCommitIdT = Aws::String>
73 template<
typename DestinationCommitIdT = Aws::String>
74 void SetDestinationCommitId(DestinationCommitIdT&& value) { m_destinationCommitIdHasBeenSet =
true; m_destinationCommitId = std::forward<DestinationCommitIdT>(value); }
75 template<
typename DestinationCommitIdT = Aws::String>
86 template<
typename MergeBaseT = Aws::String>
87 void SetMergeBase(MergeBaseT&& value) { m_mergeBaseHasBeenSet =
true; m_mergeBase = std::forward<MergeBaseT>(value); }
88 template<
typename MergeBaseT = Aws::String>
94 bool m_repositoryNameHasBeenSet =
false;
97 bool m_sourceCommitIdHasBeenSet =
false;
100 bool m_destinationCommitIdHasBeenSet =
false;
103 bool m_mergeBaseHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue