AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
JobLogEvent.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/drs/Drs_EXPORTS.h>
9
10namespace Aws {
11namespace drs {
12namespace Model {
13enum class JobLogEvent {
14 NOT_SET,
31 JOB_END,
42};
43
44namespace JobLogEventMapper {
46
48} // namespace JobLogEventMapper
49} // namespace Model
50} // namespace drs
51} // namespace Aws
AWS_DRS_API Aws::String GetNameForJobLogEvent(JobLogEvent value)
AWS_DRS_API JobLogEvent GetJobLogEventForName(const Aws::String &name)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String