AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <SourceFileSpecifier.h>
Public Member Functions | |
SourceFileSpecifier () | |
SourceFileSpecifier (Aws::Utils::Json::JsonView jsonValue) | |
SourceFileSpecifier & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetFilePath () const |
bool | FilePathHasBeenSet () const |
void | SetFilePath (const Aws::String &value) |
void | SetFilePath (Aws::String &&value) |
void | SetFilePath (const char *value) |
SourceFileSpecifier & | WithFilePath (const Aws::String &value) |
SourceFileSpecifier & | WithFilePath (Aws::String &&value) |
SourceFileSpecifier & | WithFilePath (const char *value) |
bool | GetIsMove () const |
bool | IsMoveHasBeenSet () const |
void | SetIsMove (bool value) |
SourceFileSpecifier & | WithIsMove (bool value) |
Information about a source file that is part of changes made in a commit.
Definition at line 32 of file SourceFileSpecifier.h.
Aws::CodeCommit::Model::SourceFileSpecifier::SourceFileSpecifier | ( | ) |
Aws::CodeCommit::Model::SourceFileSpecifier::SourceFileSpecifier | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The full path to the file, including the name of the file.
Definition at line 49 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 44 of file SourceFileSpecifier.h.
|
inline |
Whether to remove the source file from the parent commit.
Definition at line 85 of file SourceFileSpecifier.h.
|
inline |
Whether to remove the source file from the parent commit.
Definition at line 90 of file SourceFileSpecifier.h.
Aws::Utils::Json::JsonValue Aws::CodeCommit::Model::SourceFileSpecifier::Jsonize | ( | ) | const |
SourceFileSpecifier& Aws::CodeCommit::Model::SourceFileSpecifier::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The full path to the file, including the name of the file.
Definition at line 59 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 54 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 64 of file SourceFileSpecifier.h.
|
inline |
Whether to remove the source file from the parent commit.
Definition at line 95 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 74 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 69 of file SourceFileSpecifier.h.
|
inline |
The full path to the file, including the name of the file.
Definition at line 79 of file SourceFileSpecifier.h.
|
inline |
Whether to remove the source file from the parent commit.
Definition at line 100 of file SourceFileSpecifier.h.