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