AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-gamelift
include
aws
gamelift
model
MatchmakingConfigurationStatus.h
1
6
#pragma once
7
#include <aws/gamelift/GameLift_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
GameLift
13
{
14
namespace
Model
15
{
16
enum class
MatchmakingConfigurationStatus
17
{
18
NOT_SET
,
19
CANCELLED
,
20
COMPLETED
,
21
FAILED
,
22
PLACING
,
23
QUEUED
,
24
REQUIRES_ACCEPTANCE
,
25
SEARCHING
,
26
TIMED_OUT
27
};
28
29
namespace
MatchmakingConfigurationStatusMapper
30
{
31
AWS_GAMELIFT_API
MatchmakingConfigurationStatus
GetMatchmakingConfigurationStatusForName
(
const
Aws::String
& name);
32
33
AWS_GAMELIFT_API
Aws::String
GetNameForMatchmakingConfigurationStatus
(
MatchmakingConfigurationStatus
value);
34
}
// namespace MatchmakingConfigurationStatusMapper
35
}
// namespace Model
36
}
// namespace GameLift
37
}
// namespace Aws
Aws::GameLift::Model::MatchmakingConfigurationStatusMapper::GetMatchmakingConfigurationStatusForName
AWS_GAMELIFT_API MatchmakingConfigurationStatus GetMatchmakingConfigurationStatusForName(const Aws::String &name)
Aws::GameLift::Model::MatchmakingConfigurationStatusMapper::GetNameForMatchmakingConfigurationStatus
AWS_GAMELIFT_API Aws::String GetNameForMatchmakingConfigurationStatus(MatchmakingConfigurationStatus value)
Aws::GameLift::Model::AcceptanceType::NOT_SET
@ NOT_SET
Aws::GameLift::Model::MatchmakingConfigurationStatus
MatchmakingConfigurationStatus
Definition
MatchmakingConfigurationStatus.h:17
Aws::GameLift::Model::MatchmakingConfigurationStatus::COMPLETED
@ COMPLETED
Aws::GameLift::Model::MatchmakingConfigurationStatus::QUEUED
@ QUEUED
Aws::GameLift::Model::MatchmakingConfigurationStatus::REQUIRES_ACCEPTANCE
@ REQUIRES_ACCEPTANCE
Aws::GameLift::Model::MatchmakingConfigurationStatus::SEARCHING
@ SEARCHING
Aws::GameLift::Model::MatchmakingConfigurationStatus::PLACING
@ PLACING
Aws::GameLift::Model::GameSessionPlacementState::CANCELLED
@ CANCELLED
Aws::GameLift::Model::GameSessionPlacementState::TIMED_OUT
@ TIMED_OUT
Aws::GameLift::Model::BuildStatus::FAILED
@ FAILED
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