AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
Operation.h
1
6#pragma once
7#include <aws/cognito-sync/CognitoSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws {
11namespace CognitoSync {
12namespace Model {
14
15namespace OperationMapper {
16AWS_COGNITOSYNC_API Operation GetOperationForName(const Aws::String& name);
17
18AWS_COGNITOSYNC_API Aws::String GetNameForOperation(Operation value);
19} // namespace OperationMapper
20} // namespace Model
21} // namespace CognitoSync
22} // namespace Aws
AWS_COGNITOSYNC_API Operation GetOperationForName(const Aws::String &name)
AWS_COGNITOSYNC_API Aws::String GetNameForOperation(Operation value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String