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 FolderPathT = Aws::String>
60 m_folderPathHasBeenSet =
true;
61 m_folderPath = std::forward<FolderPathT>(value);
63 template <
typename FolderPathT = Aws::String>
73 bool m_fileNameHasBeenSet =
false;
74 bool m_folderPathHasBeenSet =
false;
FileBatchJobDefinition & WithFolderPath(FolderPathT &&value)
void SetFolderPath(FolderPathT &&value)
FileBatchJobDefinition & WithFileName(FileNameT &&value)
const Aws::String & GetFileName() const
bool FolderPathHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobDefinition()=default
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetFolderPath() const
void SetFileName(FileNameT &&value)
bool FileNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobDefinition(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue