7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename FilePathT = Aws::String>
48 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
49 template<
typename FilePathT = Aws::String>
59 inline void SetIsMove(
bool value) { m_isMoveHasBeenSet =
true; m_isMove = value; }
65 bool m_filePathHasBeenSet =
false;
68 bool m_isMoveHasBeenSet =
false;
AWS_CODECOMMIT_API SourceFileSpecifier(Aws::Utils::Json::JsonView jsonValue)
SourceFileSpecifier & WithFilePath(FilePathT &&value)
const Aws::String & GetFilePath() const
AWS_CODECOMMIT_API SourceFileSpecifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFilePath(FilePathT &&value)
AWS_CODECOMMIT_API SourceFileSpecifier()=default
bool IsMoveHasBeenSet() const
bool FilePathHasBeenSet() const
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
SourceFileSpecifier & WithIsMove(bool value)
void SetIsMove(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue