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
Status.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
Status
17
{
18
NOT_SET
,
19
NOT_STARTED
,
20
IN_PROGRESS
,
21
COMPLETE
,
22
FAILED
,
23
SPLIT
,
24
RETRY
,
25
CANCELLED
26
};
27
28
namespace
StatusMapper
29
{
30
AWS_CUSTOMERPROFILES_API
Status
GetStatusForName
(
const
Aws::String
& name);
31
32
AWS_CUSTOMERPROFILES_API
Aws::String
GetNameForStatus
(
Status
value);
33
}
// namespace StatusMapper
34
}
// namespace Model
35
}
// namespace CustomerProfiles
36
}
// namespace Aws
Aws::CustomerProfiles::Model::StatusMapper::GetNameForStatus
AWS_CUSTOMERPROFILES_API Aws::String GetNameForStatus(Status value)
Aws::CustomerProfiles::Model::StatusMapper::GetStatusForName
AWS_CUSTOMERPROFILES_API Status GetStatusForName(const Aws::String &name)
Aws::CustomerProfiles::Model::RuleBasedMatchingStatus::IN_PROGRESS
@ IN_PROGRESS
Aws::CustomerProfiles::Model::AttributeMatchingModel::NOT_SET
@ NOT_SET
Aws::CustomerProfiles::Model::IdentityResolutionJobStatus::FAILED
@ FAILED
Aws::CustomerProfiles::Model::Status
Status
Definition
Status.h:17
Aws::CustomerProfiles::Model::Status::NOT_STARTED
@ NOT_STARTED
Aws::CustomerProfiles::Model::Status::COMPLETE
@ COMPLETE
Aws::CustomerProfiles::Model::Status::SPLIT
@ SPLIT
Aws::CustomerProfiles::Model::Status::CANCELLED
@ CANCELLED
Aws::CustomerProfiles::Model::Status::RETRY
@ RETRY
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