7#include <aws/codecommit/CodeCommitRequest.h>
8#include <aws/codecommit/CodeCommit_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename RepositoryNameT = Aws::String>
41 m_repositoryNameHasBeenSet =
true;
42 m_repositoryName = std::forward<RepositoryNameT>(value);
44 template <
typename RepositoryNameT = Aws::String>
61 template <
typename BeforeCommitSpecifierT = Aws::String>
63 m_beforeCommitSpecifierHasBeenSet =
true;
64 m_beforeCommitSpecifier = std::forward<BeforeCommitSpecifierT>(value);
66 template <
typename BeforeCommitSpecifierT = Aws::String>
80 template <
typename AfterCommitSpecifierT = Aws::String>
82 m_afterCommitSpecifierHasBeenSet =
true;
83 m_afterCommitSpecifier = std::forward<AfterCommitSpecifierT>(value);
85 template <
typename AfterCommitSpecifierT = Aws::String>
101 template <
typename BeforePathT = Aws::String>
103 m_beforePathHasBeenSet =
true;
104 m_beforePath = std::forward<BeforePathT>(value);
106 template <
typename BeforePathT = Aws::String>
121 template <
typename AfterPathT = Aws::String>
123 m_afterPathHasBeenSet =
true;
124 m_afterPath = std::forward<AfterPathT>(value);
126 template <
typename AfterPathT = Aws::String>
141 m_maxResultsHasBeenSet =
true;
142 m_maxResults = value;
157 template <
typename NextTokenT = Aws::String>
159 m_nextTokenHasBeenSet =
true;
160 m_nextToken = std::forward<NextTokenT>(value);
162 template <
typename NextTokenT = Aws::String>
182 bool m_repositoryNameHasBeenSet =
false;
183 bool m_beforeCommitSpecifierHasBeenSet =
false;
184 bool m_afterCommitSpecifierHasBeenSet =
false;
185 bool m_beforePathHasBeenSet =
false;
186 bool m_afterPathHasBeenSet =
false;
187 bool m_maxResultsHasBeenSet =
false;
188 bool m_nextTokenHasBeenSet =
false;
GetDifferencesRequest & WithAfterPath(AfterPathT &&value)
int GetMaxResults() const
bool BeforePathHasBeenSet() const
bool MaxResultsHasBeenSet() const
GetDifferencesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
AWS_CODECOMMIT_API GetDifferencesRequest()=default
const Aws::String & GetNextToken() const
const Aws::String & GetAfterCommitSpecifier() const
GetDifferencesRequest & WithNextToken(NextTokenT &&value)
void SetRepositoryName(RepositoryNameT &&value)
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
GetDifferencesRequest & WithAfterCommitSpecifier(AfterCommitSpecifierT &&value)
void SetAfterPath(AfterPathT &&value)
const Aws::String & GetBeforePath() const
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AfterCommitSpecifierHasBeenSet() const
const Aws::String & GetRepositoryName() const
bool BeforeCommitSpecifierHasBeenSet() const
GetDifferencesRequest & WithBeforePath(BeforePathT &&value)
const Aws::String & GetAfterPath() const
void SetBeforeCommitSpecifier(BeforeCommitSpecifierT &&value)
GetDifferencesRequest & WithBeforeCommitSpecifier(BeforeCommitSpecifierT &&value)
void SetBeforePath(BeforePathT &&value)
bool RepositoryNameHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetAfterCommitSpecifier(AfterCommitSpecifierT &&value)
GetDifferencesRequest & WithRepositoryName(RepositoryNameT &&value)
const Aws::String & GetBeforeCommitSpecifier() const
bool AfterPathHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String