AWS SDK for C++
AWS SDK for C++ Version 1.11.748
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/gamelift/GameLift_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
GameLift {
12
namespace
Model {
13
enum class
MatchmakingConfigurationStatus
{
14
NOT_SET
,
15
CANCELLED
,
16
COMPLETED
,
17
FAILED
,
18
PLACING
,
19
QUEUED
,
20
REQUIRES_ACCEPTANCE
,
21
SEARCHING
,
22
TIMED_OUT
23
};
24
25
namespace
MatchmakingConfigurationStatusMapper {
26
AWS_GAMELIFT_API
MatchmakingConfigurationStatus
GetMatchmakingConfigurationStatusForName
(
const
Aws::String
& name);
27
28
AWS_GAMELIFT_API
Aws::String
GetNameForMatchmakingConfigurationStatus
(
MatchmakingConfigurationStatus
value);
29
}
// namespace MatchmakingConfigurationStatusMapper
30
}
// namespace Model
31
}
// namespace GameLift
32
}
// 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:13
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::TIMED_OUT
@ TIMED_OUT
Aws::GameLift::Model::BuildStatus::FAILED
@ FAILED
Aws::GameLift::Model::DeploymentStatus::CANCELLED
@ CANCELLED
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