AWS SDK for C++
AWS SDK for C++ Version 1.11.682
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/pinpoint/Pinpoint_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
Pinpoint {
12
namespace
Model {
13
enum class
JobStatus
{
14
NOT_SET
,
15
CREATED
,
16
PREPARING_FOR_INITIALIZATION
,
17
INITIALIZING
,
18
PROCESSING
,
19
PENDING_JOB
,
20
COMPLETING
,
21
COMPLETED
,
22
FAILING
,
23
FAILED
24
};
25
26
namespace
JobStatusMapper {
27
AWS_PINPOINT_API
JobStatus
GetJobStatusForName
(
const
Aws::String
& name);
28
29
AWS_PINPOINT_API
Aws::String
GetNameForJobStatus
(
JobStatus
value);
30
}
// namespace JobStatusMapper
31
}
// namespace Model
32
}
// namespace Pinpoint
33
}
// 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:13
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