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-snowball
include
aws
snowball
model
JobState.h
1
6
#pragma once
7
#include <aws/snowball/Snowball_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Snowball
13
{
14
namespace
Model
15
{
16
enum class
JobState
17
{
18
NOT_SET
,
19
New
,
20
PreparingAppliance
,
21
PreparingShipment
,
22
InTransitToCustomer
,
23
WithCustomer
,
24
InTransitToAWS
,
25
WithAWSSortingFacility
,
26
WithAWS
,
27
InProgress
,
28
Complete
,
29
Cancelled
,
30
Listing
,
31
Pending
32
};
33
34
namespace
JobStateMapper
35
{
36
AWS_SNOWBALL_API
JobState
GetJobStateForName
(
const
Aws::String
& name);
37
38
AWS_SNOWBALL_API
Aws::String
GetNameForJobState
(
JobState
value);
39
}
// namespace JobStateMapper
40
}
// namespace Model
41
}
// namespace Snowball
42
}
// namespace Aws
Aws::Snowball::Model::JobStateMapper::GetJobStateForName
AWS_SNOWBALL_API JobState GetJobStateForName(const Aws::String &name)
Aws::Snowball::Model::JobStateMapper::GetNameForJobState
AWS_SNOWBALL_API Aws::String GetNameForJobState(JobState value)
Aws::Snowball::Model::JobState
JobState
Definition
JobState.h:17
Aws::Snowball::Model::JobState::New
@ New
Aws::Snowball::Model::JobState::WithCustomer
@ WithCustomer
Aws::Snowball::Model::JobState::InTransitToAWS
@ InTransitToAWS
Aws::Snowball::Model::JobState::InProgress
@ InProgress
Aws::Snowball::Model::JobState::PreparingShipment
@ PreparingShipment
Aws::Snowball::Model::JobState::Listing
@ Listing
Aws::Snowball::Model::JobState::PreparingAppliance
@ PreparingAppliance
Aws::Snowball::Model::JobState::InTransitToCustomer
@ InTransitToCustomer
Aws::Snowball::Model::JobState::WithAWSSortingFacility
@ WithAWSSortingFacility
Aws::Snowball::Model::JobState::WithAWS
@ WithAWS
Aws::Snowball::Model::ClusterState::Pending
@ Pending
Aws::Snowball::Model::ClusterState::Cancelled
@ Cancelled
Aws::Snowball::Model::ClusterState::Complete
@ Complete
Aws::Snowball::Model::AddressType::NOT_SET
@ NOT_SET
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