7#include <aws/codecommit/CodeCommitRequest.h>
8#include <aws/codecommit/CodeCommit_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename RepositoryNameT = Aws::String>
45 m_repositoryNameHasBeenSet =
true;
46 m_repositoryName = std::forward<RepositoryNameT>(value);
48 template <
typename RepositoryNameT = Aws::String>
61 template <
typename NextTokenT = Aws::String>
63 m_nextTokenHasBeenSet =
true;
64 m_nextToken = std::forward<NextTokenT>(value);
66 template <
typename NextTokenT = Aws::String>
76 bool m_repositoryNameHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetRepositoryName() const
AWS_CODECOMMIT_API ListBranchesRequest()=default
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
const Aws::String & GetNextToken() const
void SetRepositoryName(RepositoryNameT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListBranchesRequest & WithRepositoryName(RepositoryNameT &&value)
ListBranchesRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool RepositoryNameHasBeenSet() const
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String