7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
35 template <
typename CommitIdT = Aws::String>
37 m_commitIdHasBeenSet =
true;
38 m_commitId = std::forward<CommitIdT>(value);
40 template <
typename CommitIdT = Aws::String>
52 template <
typename BlobIdT = Aws::String>
54 m_blobIdHasBeenSet =
true;
55 m_blobId = std::forward<BlobIdT>(value);
57 template <
typename BlobIdT = Aws::String>
70 template <
typename TreeIdT = Aws::String>
72 m_treeIdHasBeenSet =
true;
73 m_treeId = std::forward<TreeIdT>(value);
75 template <
typename TreeIdT = Aws::String>
88 template <
typename FilePathT = Aws::String>
90 m_filePathHasBeenSet =
true;
91 m_filePath = std::forward<FilePathT>(value);
93 template <
typename FilePathT = Aws::String>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
124 bool m_commitIdHasBeenSet =
false;
125 bool m_blobIdHasBeenSet =
false;
126 bool m_treeIdHasBeenSet =
false;
127 bool m_filePathHasBeenSet =
false;
128 bool m_requestIdHasBeenSet =
false;
DeleteFileResult & WithRequestId(RequestIdT &&value)
void SetFilePath(FilePathT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DeleteFileResult & WithTreeId(TreeIdT &&value)
AWS_CODECOMMIT_API DeleteFileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBlobId(BlobIdT &&value)
AWS_CODECOMMIT_API DeleteFileResult()=default
void SetCommitId(CommitIdT &&value)
AWS_CODECOMMIT_API DeleteFileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetFilePath() const
const Aws::String & GetBlobId() const
DeleteFileResult & WithBlobId(BlobIdT &&value)
const Aws::String & GetCommitId() const
DeleteFileResult & WithFilePath(FilePathT &&value)
void SetTreeId(TreeIdT &&value)
DeleteFileResult & WithCommitId(CommitIdT &&value)
const Aws::String & GetTreeId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue