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-customer-profiles
include
aws
customer-profiles
model
IdentityResolutionJobStatus.h
1
6
#pragma once
7
#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CustomerProfiles
13
{
14
namespace
Model
15
{
16
enum class
IdentityResolutionJobStatus
17
{
18
NOT_SET
,
19
PENDING
,
20
PREPROCESSING
,
21
FIND_MATCHING
,
22
MERGING
,
23
COMPLETED
,
24
PARTIAL_SUCCESS
,
25
FAILED
26
};
27
28
namespace
IdentityResolutionJobStatusMapper
29
{
30
AWS_CUSTOMERPROFILES_API
IdentityResolutionJobStatus
GetIdentityResolutionJobStatusForName
(
const
Aws::String
& name);
31
32
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForIdentityResolutionJobStatus
(
IdentityResolutionJobStatus
value);
33
}
// namespace IdentityResolutionJobStatusMapper
34
}
// namespace Model
35
}
// namespace CustomerProfiles
36
}
// namespace Aws
Aws::CustomerProfiles::Model::IdentityResolutionJobStatusMapper::GetNameForIdentityResolutionJobStatus
AWS_CUSTOMERPROFILES_API Aws::String GetNameForIdentityResolutionJobStatus(IdentityResolutionJobStatus value)
Aws::CustomerProfiles::Model::IdentityResolutionJobStatusMapper::GetIdentityResolutionJobStatusForName
AWS_CUSTOMERPROFILES_API IdentityResolutionJobStatus GetIdentityResolutionJobStatusForName(const Aws::String &name)
Aws::CustomerProfiles::Model::AttributeMatchingModel::NOT_SET
@ NOT_SET
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus
IdentityResolutionJobStatus
Definition
IdentityResolutionJobStatus.h:17
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::PREPROCESSING
@ PREPROCESSING
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::MERGING
@ MERGING
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::PARTIAL_SUCCESS
@ PARTIAL_SUCCESS
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::FIND_MATCHING
@ FIND_MATCHING
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::COMPLETED
@ COMPLETED
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::FAILED
@ FAILED
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::PENDING
@ PENDING
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