7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
40 template <
typename FileNameT = Aws::String>
42 m_fileNameHasBeenSet =
true;
43 m_fileName = std::forward<FileNameT>(value);
45 template <
typename FileNameT = Aws::String>
58 template <
typename ScriptNameT = Aws::String>
60 m_scriptNameHasBeenSet =
true;
61 m_scriptName = std::forward<ScriptNameT>(value);
63 template <
typename ScriptNameT = Aws::String>
73 bool m_fileNameHasBeenSet =
false;
74 bool m_scriptNameHasBeenSet =
false;
bool ScriptNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier(Aws::Utils::Json::JsonView jsonValue)
JobIdentifier & WithFileName(FileNameT &&value)
const Aws::String & GetFileName() const
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier()=default
const Aws::String & GetScriptName() const
bool FileNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFileName(FileNameT &&value)
JobIdentifier & WithScriptName(ScriptNameT &&value)
void SetScriptName(ScriptNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue