7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MainframeModernization
47 template<
typename FileNameT = Aws::String>
48 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
49 template<
typename FileNameT = Aws::String>
59 template<
typename FolderPathT = Aws::String>
60 void SetFolderPath(FolderPathT&& value) { m_folderPathHasBeenSet =
true; m_folderPath = std::forward<FolderPathT>(value); }
61 template<
typename FolderPathT = Aws::String>
67 bool m_fileNameHasBeenSet =
false;
70 bool m_folderPathHasBeenSet =
false;
bool FolderPathHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFolderPath(FolderPathT &&value)
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobIdentifier()=default
bool FileNameHasBeenSet() const
FileBatchJobIdentifier & WithFolderPath(FolderPathT &&value)
const Aws::String & GetFileName() const
FileBatchJobIdentifier & WithFileName(FileNameT &&value)
AWS_MAINFRAMEMODERNIZATION_API FileBatchJobIdentifier(Aws::Utils::Json::JsonView jsonValue)
void SetFileName(FileNameT &&value)
const Aws::String & GetFolderPath() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue