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-pinpoint
include
aws
pinpoint
model
JobStatus.h
1
6
#pragma once
7
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Pinpoint
13
{
14
namespace
Model
15
{
16
enum class
JobStatus
17
{
18
NOT_SET
,
19
CREATED
,
20
PREPARING_FOR_INITIALIZATION
,
21
INITIALIZING
,
22
PROCESSING
,
23
PENDING_JOB
,
24
COMPLETING
,
25
COMPLETED
,
26
FAILING
,
27
FAILED
28
};
29
30
namespace
JobStatusMapper
31
{
32
AWS_PINPOINT_API
JobStatus
GetJobStatusForName
(
const
Aws::String
& name);
33
34
AWS_PINPOINT_API
Aws::String
GetNameForJobStatus
(
JobStatus
value);
35
}
// namespace JobStatusMapper
36
}
// namespace Model
37
}
// namespace Pinpoint
38
}
// namespace Aws
Aws::Pinpoint::Model::JobStatusMapper::GetNameForJobStatus
AWS_PINPOINT_API Aws::String GetNameForJobStatus(JobStatus value)
Aws::Pinpoint::Model::JobStatusMapper::GetJobStatusForName
AWS_PINPOINT_API JobStatus GetJobStatusForName(const Aws::String &name)
Aws::Pinpoint::Model::CampaignStatus::COMPLETED
@ COMPLETED
Aws::Pinpoint::Model::__EndpointTypesElement::NOT_SET
@ NOT_SET
Aws::Pinpoint::Model::JobStatus
JobStatus
Definition
JobStatus.h:17
Aws::Pinpoint::Model::JobStatus::FAILING
@ FAILING
Aws::Pinpoint::Model::JobStatus::PENDING_JOB
@ PENDING_JOB
Aws::Pinpoint::Model::JobStatus::COMPLETING
@ COMPLETING
Aws::Pinpoint::Model::JobStatus::INITIALIZING
@ INITIALIZING
Aws::Pinpoint::Model::JobStatus::CREATED
@ CREATED
Aws::Pinpoint::Model::JobStatus::FAILED
@ FAILED
Aws::Pinpoint::Model::JobStatus::PREPARING_FOR_INITIALIZATION
@ PREPARING_FOR_INITIALIZATION
Aws::Pinpoint::Model::JobStatus::PROCESSING
@ PROCESSING
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