7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
19namespace MainframeModernization {
41 template <
typename FileNameT = Aws::String>
43 m_fileNameHasBeenSet =
true;
44 m_fileName = std::forward<FileNameT>(value);
46 template <
typename FileNameT = Aws::String>
59 template <
typename FolderPathT = Aws::String>
61 m_folderPathHasBeenSet =
true;
62 m_folderPath = std::forward<FolderPathT>(value);
64 template <
typename FolderPathT = Aws::String>
74 bool m_fileNameHasBeenSet =
false;
75 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