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-rekognition
include
aws
rekognition
model
UserStatus.h
1
6
#pragma once
7
#include <aws/rekognition/Rekognition_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Rekognition
13
{
14
namespace
Model
15
{
16
enum class
UserStatus
17
{
18
NOT_SET
,
19
ACTIVE
,
20
UPDATING
,
21
CREATING
,
22
CREATED
23
};
24
25
namespace
UserStatusMapper
26
{
27
AWS_REKOGNITION_API
UserStatus
GetUserStatusForName
(
const
Aws::String
& name);
28
29
AWS_REKOGNITION_API
Aws::String
GetNameForUserStatus
(
UserStatus
value);
30
}
// namespace UserStatusMapper
31
}
// namespace Model
32
}
// namespace Rekognition
33
}
// namespace Aws
Aws::Rekognition::Model::UserStatusMapper::GetUserStatusForName
AWS_REKOGNITION_API UserStatus GetUserStatusForName(const Aws::String &name)
Aws::Rekognition::Model::UserStatusMapper::GetNameForUserStatus
AWS_REKOGNITION_API Aws::String GetNameForUserStatus(UserStatus value)
Aws::Rekognition::Model::LivenessSessionStatus::CREATED
@ CREATED
Aws::Rekognition::Model::StreamProcessorStatus::UPDATING
@ UPDATING
Aws::Rekognition::Model::UserStatus
UserStatus
Definition
UserStatus.h:17
Aws::Rekognition::Model::UserStatus::ACTIVE
@ ACTIVE
Aws::Rekognition::Model::Attribute::NOT_SET
@ NOT_SET
Aws::Rekognition::Model::ProjectStatus::CREATING
@ CREATING
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