AWS SDK for C++

AWS SDK for C++ Version 1.11.831

Loading...
Searching...
No Matches
Event.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
9
10namespace Aws {
11namespace S3Crt {
12namespace Model {
13enum class Event {
14 NOT_SET,
45};
46
47namespace EventMapper {
48AWS_S3CRT_API Event GetEventForName(const Aws::String& name);
49
50AWS_S3CRT_API Aws::String GetNameForEvent(Event value);
51} // namespace EventMapper
52} // namespace Model
53} // namespace S3Crt
54} // namespace Aws
AWS_S3CRT_API Aws::String GetNameForEvent(Event value)
AWS_S3CRT_API Event GetEventForName(const Aws::String &name)
@ s3_Replication_OperationReplicatedAfterThreshold
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String