AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
BatchJobExecutionStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
9
10namespace Aws {
11namespace MainframeModernization {
12namespace Model {
14 NOT_SET,
16 Holding,
18 Running,
22 Failed,
23 Purged,
25};
26
27namespace BatchJobExecutionStatusMapper {
28AWS_MAINFRAMEMODERNIZATION_API BatchJobExecutionStatus GetBatchJobExecutionStatusForName(const Aws::String& name);
29
31} // namespace BatchJobExecutionStatusMapper
32} // namespace Model
33} // namespace MainframeModernization
34} // namespace Aws
AWS_MAINFRAMEMODERNIZATION_API BatchJobExecutionStatus GetBatchJobExecutionStatusForName(const Aws::String &name)
AWS_MAINFRAMEMODERNIZATION_API Aws::String GetNameForBatchJobExecutionStatus(BatchJobExecutionStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String