7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename BlobIdT = Aws::String>
43 m_blobIdHasBeenSet =
true;
44 m_blobId = std::forward<BlobIdT>(value);
46 template <
typename BlobIdT = Aws::String>
59 template <
typename PathT = Aws::String>
61 m_pathHasBeenSet =
true;
62 m_path = std::forward<PathT>(value);
64 template <
typename PathT = Aws::String>
66 SetPath(std::forward<PathT>(value));
81 template <
typename ModeT = Aws::String>
83 m_modeHasBeenSet =
true;
84 m_mode = std::forward<ModeT>(value);
86 template <
typename ModeT = Aws::String>
88 SetMode(std::forward<ModeT>(value));
98 bool m_blobIdHasBeenSet =
false;
99 bool m_pathHasBeenSet =
false;
100 bool m_modeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue