7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/model/FileModeTypeEnum.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename BlobIdT = Aws::String>
44 m_blobIdHasBeenSet =
true;
45 m_blobId = std::forward<BlobIdT>(value);
47 template <
typename BlobIdT = Aws::String>
60 template <
typename AbsolutePathT = Aws::String>
62 m_absolutePathHasBeenSet =
true;
63 m_absolutePath = std::forward<AbsolutePathT>(value);
65 template <
typename AbsolutePathT = Aws::String>
79 template <
typename RelativePathT = Aws::String>
81 m_relativePathHasBeenSet =
true;
82 m_relativePath = std::forward<RelativePathT>(value);
84 template <
typename RelativePathT = Aws::String>
99 m_fileModeHasBeenSet =
true;
115 bool m_blobIdHasBeenSet =
false;
116 bool m_absolutePathHasBeenSet =
false;
117 bool m_relativePathHasBeenSet =
false;
118 bool m_fileModeHasBeenSet =
false;
bool AbsolutePathHasBeenSet() const
void SetRelativePath(RelativePathT &&value)
void SetAbsolutePath(AbsolutePathT &&value)
SymbolicLink & WithBlobId(BlobIdT &&value)
const Aws::String & GetRelativePath() const
AWS_CODECOMMIT_API SymbolicLink(Aws::Utils::Json::JsonView jsonValue)
FileModeTypeEnum GetFileMode() const
const Aws::String & GetAbsolutePath() const
AWS_CODECOMMIT_API SymbolicLink()=default
SymbolicLink & WithAbsolutePath(AbsolutePathT &&value)
SymbolicLink & WithFileMode(FileModeTypeEnum value)
SymbolicLink & WithRelativePath(RelativePathT &&value)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileModeHasBeenSet() const
const Aws::String & GetBlobId() const
bool BlobIdHasBeenSet() const
bool RelativePathHasBeenSet() const
AWS_CODECOMMIT_API SymbolicLink & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBlobId(BlobIdT &&value)
void SetFileMode(FileModeTypeEnum value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue