AWS SDK for C++
AWS SDK for C++ Version 1.11.607
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-bedrock-data-automation-runtime
include
aws
bedrock-data-automation-runtime
model
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
10
namespace
Aws
11
{
12
namespace
BedrockDataAutomationRuntime
13
{
14
namespace
Model
15
{
16
enum class
AutomationJobStatus
17
{
18
NOT_SET
,
19
Created
,
20
InProgress
,
21
Success
,
22
ServiceError
,
23
ClientError
24
};
25
26
namespace
AutomationJobStatusMapper
27
{
28
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API
AutomationJobStatus
GetAutomationJobStatusForName
(
const
Aws::String
& name);
29
30
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API
Aws::String
GetNameForAutomationJobStatus
(
AutomationJobStatus
value);
31
}
// namespace AutomationJobStatusMapper
32
}
// namespace Model
33
}
// namespace BedrockDataAutomationRuntime
34
}
// namespace Aws
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatusMapper::GetNameForAutomationJobStatus
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::String GetNameForAutomationJobStatus(AutomationJobStatus value)
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatusMapper::GetAutomationJobStatusForName
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API AutomationJobStatus GetAutomationJobStatusForName(const Aws::String &name)
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus
AutomationJobStatus
Definition
AutomationJobStatus.h:17
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::Created
@ Created
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::ServiceError
@ ServiceError
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::InProgress
@ InProgress
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::NOT_SET
@ NOT_SET
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::Success
@ Success
Aws::BedrockDataAutomationRuntime::Model::AutomationJobStatus::ClientError
@ ClientError
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences