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>
60 template <
typename CommitSpecifierT = Aws::String>
62 m_commitSpecifierHasBeenSet =
true;
63 m_commitSpecifier = std::forward<CommitSpecifierT>(value);
65 template <
typename CommitSpecifierT = Aws::String>
81 template <
typename FolderPathT = Aws::String>
83 m_folderPathHasBeenSet =
true;
84 m_folderPath = std::forward<FolderPathT>(value);
86 template <
typename FolderPathT = Aws::String>
98 bool m_repositoryNameHasBeenSet =
false;
99 bool m_commitSpecifierHasBeenSet =
false;
100 bool m_folderPathHasBeenSet =
false;
bool RepositoryNameHasBeenSet() const
bool CommitSpecifierHasBeenSet() const
GetFolderRequest & WithRepositoryName(RepositoryNameT &&value)
GetFolderRequest & WithCommitSpecifier(CommitSpecifierT &&value)
const Aws::String & GetFolderPath() const
virtual const char * GetServiceRequestName() const override
void SetFolderPath(FolderPathT &&value)
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool FolderPathHasBeenSet() const
const Aws::String & GetCommitSpecifier() const
void SetCommitSpecifier(CommitSpecifierT &&value)
AWS_CODECOMMIT_API GetFolderRequest()=default
void SetRepositoryName(RepositoryNameT &&value)
const Aws::String & GetRepositoryName() const
GetFolderRequest & WithFolderPath(FolderPathT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String