7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MainframeModernization
48 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
62 inline void SetScriptName(
const char* value) { m_scriptNameHasBeenSet =
true; m_scriptName.assign(value); }
70 bool m_fileNameHasBeenSet =
false;
73 bool m_scriptNameHasBeenSet =
false;
JobIdentifier & WithFileName(const Aws::String &value)
bool ScriptNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetScriptName(const char *value)
void SetFileName(const char *value)
JobIdentifier & WithFileName(Aws::String &&value)
const Aws::String & GetFileName() const
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier()
AWS_MAINFRAMEMODERNIZATION_API JobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
JobIdentifier & WithScriptName(Aws::String &&value)
void SetScriptName(Aws::String &&value)
const Aws::String & GetScriptName() const
bool FileNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetScriptName(const Aws::String &value)
JobIdentifier & WithScriptName(const Aws::String &value)
JobIdentifier & WithScriptName(const char *value)
JobIdentifier & WithFileName(const char *value)
void SetFileName(const Aws::String &value)
void SetFileName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue