7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/CodeCommitRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename RepositoryNameT = Aws::String>
44 void SetRepositoryName(RepositoryNameT&& value) { m_repositoryNameHasBeenSet =
true; m_repositoryName = std::forward<RepositoryNameT>(value); }
45 template<
typename RepositoryNameT = Aws::String>
59 template<
typename BeforeCommitSpecifierT = Aws::String>
60 void SetBeforeCommitSpecifier(BeforeCommitSpecifierT&& value) { m_beforeCommitSpecifierHasBeenSet =
true; m_beforeCommitSpecifier = std::forward<BeforeCommitSpecifierT>(value); }
61 template<
typename BeforeCommitSpecifierT = Aws::String>
72 template<
typename AfterCommitSpecifierT = Aws::String>
73 void SetAfterCommitSpecifier(AfterCommitSpecifierT&& value) { m_afterCommitSpecifierHasBeenSet =
true; m_afterCommitSpecifier = std::forward<AfterCommitSpecifierT>(value); }
74 template<
typename AfterCommitSpecifierT = Aws::String>
87 template<
typename BeforePathT = Aws::String>
88 void SetBeforePath(BeforePathT&& value) { m_beforePathHasBeenSet =
true; m_beforePath = std::forward<BeforePathT>(value); }
89 template<
typename BeforePathT = Aws::String>
101 template<
typename AfterPathT = Aws::String>
102 void SetAfterPath(AfterPathT&& value) { m_afterPathHasBeenSet =
true; m_afterPath = std::forward<AfterPathT>(value); }
103 template<
typename AfterPathT = Aws::String>
114 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
125 template<
typename NextTokenT = Aws::String>
126 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
127 template<
typename NextTokenT = Aws::String>
133 bool m_repositoryNameHasBeenSet =
false;
136 bool m_beforeCommitSpecifierHasBeenSet =
false;
139 bool m_afterCommitSpecifierHasBeenSet =
false;
142 bool m_beforePathHasBeenSet =
false;
145 bool m_afterPathHasBeenSet =
false;
148 bool m_maxResultsHasBeenSet =
false;
151 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