7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecommit/model/FileModeTypeEnum.h>
49 template<
typename AbsolutePathT = Aws::String>
50 void SetAbsolutePath(AbsolutePathT&& value) { m_absolutePathHasBeenSet =
true; m_absolutePath = std::forward<AbsolutePathT>(value); }
51 template<
typename AbsolutePathT = Aws::String>
61 template<
typename BlobIdT = Aws::String>
62 void SetBlobId(BlobIdT&& value) { m_blobIdHasBeenSet =
true; m_blobId = std::forward<BlobIdT>(value); }
63 template<
typename BlobIdT = Aws::String>
80 bool m_absolutePathHasBeenSet =
false;
83 bool m_blobIdHasBeenSet =
false;
86 bool m_fileModeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue