AWS SDK for C++
AWS SDK for C++ Version 1.11.717
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-snow-device-management
include
aws
snow-device-management
model
AttachmentStatus.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/snow-device-management/SnowDeviceManagement_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SnowDeviceManagement {
12
namespace
Model {
13
enum class
AttachmentStatus
{
NOT_SET
,
ATTACHING
,
ATTACHED
,
DETACHING
,
DETACHED
};
14
15
namespace
AttachmentStatusMapper {
16
AWS_SNOWDEVICEMANAGEMENT_API
AttachmentStatus
GetAttachmentStatusForName
(
const
Aws::String
& name);
17
18
AWS_SNOWDEVICEMANAGEMENT_API
Aws::String
GetNameForAttachmentStatus
(
AttachmentStatus
value);
19
}
// namespace AttachmentStatusMapper
20
}
// namespace Model
21
}
// namespace SnowDeviceManagement
22
}
// namespace Aws
Aws::SnowDeviceManagement::Model::AttachmentStatusMapper::GetAttachmentStatusForName
AWS_SNOWDEVICEMANAGEMENT_API AttachmentStatus GetAttachmentStatusForName(const Aws::String &name)
Aws::SnowDeviceManagement::Model::AttachmentStatusMapper::GetNameForAttachmentStatus
AWS_SNOWDEVICEMANAGEMENT_API Aws::String GetNameForAttachmentStatus(AttachmentStatus value)
Aws::SnowDeviceManagement::Model::AttachmentStatus
AttachmentStatus
Definition
AttachmentStatus.h:13
Aws::SnowDeviceManagement::Model::AttachmentStatus::NOT_SET
@ NOT_SET
Aws::SnowDeviceManagement::Model::AttachmentStatus::DETACHED
@ DETACHED
Aws::SnowDeviceManagement::Model::AttachmentStatus::DETACHING
@ DETACHING
Aws::SnowDeviceManagement::Model::AttachmentStatus::ATTACHING
@ ATTACHING
Aws::SnowDeviceManagement::Model::AttachmentStatus::ATTACHED
@ ATTACHED
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