7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BlobIdT = Aws::String>
48 void SetBlobId(BlobIdT&& value) { m_blobIdHasBeenSet =
true; m_blobId = std::forward<BlobIdT>(value); }
49 template<
typename BlobIdT = Aws::String>
59 template<
typename PathT = Aws::String>
60 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
61 template<
typename PathT = Aws::String>
75 template<
typename ModeT = Aws::String>
76 void SetMode(ModeT&& value) { m_modeHasBeenSet =
true; m_mode = std::forward<ModeT>(value); }
77 template<
typename ModeT = Aws::String>
83 bool m_blobIdHasBeenSet =
false;
86 bool m_pathHasBeenSet =
false;
89 bool m_modeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue