AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
BridgeState.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
9
10namespace Aws {
11namespace MediaConnect {
12namespace Model {
13enum class BridgeState {
14 NOT_SET,
16 STANDBY,
19 ACTIVE,
22 DELETED,
27};
28
29namespace BridgeStateMapper {
30AWS_MEDIACONNECT_API BridgeState GetBridgeStateForName(const Aws::String& name);
31
32AWS_MEDIACONNECT_API Aws::String GetNameForBridgeState(BridgeState value);
33} // namespace BridgeStateMapper
34} // namespace Model
35} // namespace MediaConnect
36} // namespace Aws
AWS_MEDIACONNECT_API BridgeState GetBridgeStateForName(const Aws::String &name)
AWS_MEDIACONNECT_API Aws::String GetNameForBridgeState(BridgeState value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String