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>
59 template <
typename AfterBlobIdT = Aws::String>
61 m_afterBlobIdHasBeenSet =
true;
62 m_afterBlobId = std::forward<AfterBlobIdT>(value);
64 template <
typename AfterBlobIdT = Aws::String>
81 template <
typename BeforeBlobIdT = Aws::String>
83 m_beforeBlobIdHasBeenSet =
true;
84 m_beforeBlobId = std::forward<BeforeBlobIdT>(value);
86 template <
typename BeforeBlobIdT = Aws::String>
102 m_contextLinesHasBeenSet =
true;
103 m_contextLines = value;
120 m_ignoreWhitespaceHasBeenSet =
true;
121 m_ignoreWhitespace = value;
137 m_maxResultsHasBeenSet =
true;
138 m_maxResults = value;
153 template <
typename NextTokenT = Aws::String>
155 m_nextTokenHasBeenSet =
true;
156 m_nextToken = std::forward<NextTokenT>(value);
158 template <
typename NextTokenT = Aws::String>
171 int m_contextLines{0};
173 bool m_ignoreWhitespace{
false};
178 bool m_repositoryNameHasBeenSet =
false;
179 bool m_afterBlobIdHasBeenSet =
false;
180 bool m_beforeBlobIdHasBeenSet =
false;
181 bool m_contextLinesHasBeenSet =
false;
182 bool m_ignoreWhitespaceHasBeenSet =
false;
183 bool m_maxResultsHasBeenSet =
false;
184 bool m_nextTokenHasBeenSet =
false;
GetBlobDifferencesRequest & WithAfterBlobId(AfterBlobIdT &&value)
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetBlobDifferencesRequest & WithNextToken(NextTokenT &&value)
bool RepositoryNameHasBeenSet() const
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
void SetIgnoreWhitespace(bool value)
int GetContextLines() const
void SetContextLines(int value)
const Aws::String & GetBeforeBlobId() const
const Aws::String & GetRepositoryName() const
GetBlobDifferencesRequest & WithIgnoreWhitespace(bool value)
void SetRepositoryName(RepositoryNameT &&value)
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
GetBlobDifferencesRequest & WithRepositoryName(RepositoryNameT &&value)
bool IgnoreWhitespaceHasBeenSet() const
GetBlobDifferencesRequest & WithBeforeBlobId(BeforeBlobIdT &&value)
const Aws::String & GetAfterBlobId() const
bool GetIgnoreWhitespace() const
bool AfterBlobIdHasBeenSet() const
AWS_CODECOMMIT_API GetBlobDifferencesRequest()=default
void SetAfterBlobId(AfterBlobIdT &&value)
int GetMaxResults() const
bool ContextLinesHasBeenSet() const
void SetNextToken(NextTokenT &&value)
GetBlobDifferencesRequest & WithContextLines(int value)
bool NextTokenHasBeenSet() const
void SetBeforeBlobId(BeforeBlobIdT &&value)
const Aws::String & GetNextToken() const
bool BeforeBlobIdHasBeenSet() const
GetBlobDifferencesRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String