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>
58 template<
typename CommitSpecifierT = Aws::String>
59 void SetCommitSpecifier(CommitSpecifierT&& value) { m_commitSpecifierHasBeenSet =
true; m_commitSpecifier = std::forward<CommitSpecifierT>(value); }
60 template<
typename CommitSpecifierT = Aws::String>
73 template<
typename FolderPathT = Aws::String>
74 void SetFolderPath(FolderPathT&& value) { m_folderPathHasBeenSet =
true; m_folderPath = std::forward<FolderPathT>(value); }
75 template<
typename FolderPathT = Aws::String>
81 bool m_repositoryNameHasBeenSet =
false;
84 bool m_commitSpecifierHasBeenSet =
false;
87 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