AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AutomationJobStatus.h
1
6#pragma once
7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace BedrockDataAutomationRuntime
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 Created,
21 Success,
24 };
25
26namespace AutomationJobStatusMapper
27{
28AWS_BEDROCKDATAAUTOMATIONRUNTIME_API AutomationJobStatus GetAutomationJobStatusForName(const Aws::String& name);
29
30AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::String GetNameForAutomationJobStatus(AutomationJobStatus value);
31} // namespace AutomationJobStatusMapper
32} // namespace Model
33} // namespace BedrockDataAutomationRuntime
34} // namespace Aws
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::String GetNameForAutomationJobStatus(AutomationJobStatus value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API AutomationJobStatus GetAutomationJobStatusForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String