7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MainframeModernization
46 template<
typename FileNameT = Aws::String>
47 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
48 template<
typename FileNameT = Aws::String>
58 template<
typename FolderPathT = Aws::String>
59 void SetFolderPath(FolderPathT&& value) { m_folderPathHasBeenSet =
true; m_folderPath = std::forward<FolderPathT>(value); }
60 template<
typename FolderPathT = Aws::String>
66 bool m_fileNameHasBeenSet =
false;
69 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