7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/codecommit/model/FileModeTypeEnum.h>
50 inline void SetBlobId(
const char* value) { m_blobIdHasBeenSet =
true; m_blobId.assign(value); }
64 inline void SetAbsolutePath(
const char* value) { m_absolutePathHasBeenSet =
true; m_absolutePath.assign(value); }
79 inline void SetRelativePath(
const char* value) { m_relativePathHasBeenSet =
true; m_relativePath.assign(value); }
100 bool m_blobIdHasBeenSet =
false;
103 bool m_absolutePathHasBeenSet =
false;
106 bool m_relativePathHasBeenSet =
false;
109 bool m_fileModeHasBeenSet =
false;
void SetRelativePath(const Aws::String &value)
void SetFileMode(const FileModeTypeEnum &value)
AWS_CODECOMMIT_API SymbolicLink()
bool AbsolutePathHasBeenSet() const
SymbolicLink & WithRelativePath(const char *value)
SymbolicLink & WithAbsolutePath(const Aws::String &value)
SymbolicLink & WithBlobId(const char *value)
void SetAbsolutePath(Aws::String &&value)
SymbolicLink & WithFileMode(const FileModeTypeEnum &value)
const Aws::String & GetRelativePath() const
SymbolicLink & WithBlobId(Aws::String &&value)
AWS_CODECOMMIT_API SymbolicLink(Aws::Utils::Json::JsonView jsonValue)
SymbolicLink & WithAbsolutePath(Aws::String &&value)
const Aws::String & GetAbsolutePath() const
const FileModeTypeEnum & GetFileMode() const
void SetRelativePath(Aws::String &&value)
void SetRelativePath(const char *value)
SymbolicLink & WithFileMode(FileModeTypeEnum &&value)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBlobId(const Aws::String &value)
SymbolicLink & WithAbsolutePath(const char *value)
SymbolicLink & WithBlobId(const Aws::String &value)
void SetFileMode(FileModeTypeEnum &&value)
SymbolicLink & WithRelativePath(const Aws::String &value)
bool FileModeHasBeenSet() const
const Aws::String & GetBlobId() const
void SetBlobId(Aws::String &&value)
bool BlobIdHasBeenSet() const
SymbolicLink & WithRelativePath(Aws::String &&value)
void SetAbsolutePath(const Aws::String &value)
void SetBlobId(const char *value)
bool RelativePathHasBeenSet() const
AWS_CODECOMMIT_API SymbolicLink & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAbsolutePath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue