7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecommit/model/FileModeTypeEnum.h>
48 template<
typename BlobIdT = Aws::String>
49 void SetBlobId(BlobIdT&& value) { m_blobIdHasBeenSet =
true; m_blobId = std::forward<BlobIdT>(value); }
50 template<
typename BlobIdT = Aws::String>
60 template<
typename AbsolutePathT = Aws::String>
61 void SetAbsolutePath(AbsolutePathT&& value) { m_absolutePathHasBeenSet =
true; m_absolutePath = std::forward<AbsolutePathT>(value); }
62 template<
typename AbsolutePathT = Aws::String>
73 template<
typename RelativePathT = Aws::String>
74 void SetRelativePath(RelativePathT&& value) { m_relativePathHasBeenSet =
true; m_relativePath = std::forward<RelativePathT>(value); }
75 template<
typename RelativePathT = Aws::String>
92 bool m_blobIdHasBeenSet =
false;
95 bool m_absolutePathHasBeenSet =
false;
98 bool m_relativePathHasBeenSet =
false;
101 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