AWS SDK for C++
AWS SDK for C++ Version 1.11.606
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-quicksight
include
aws
quicksight
model
BrandStatus.h
1
6
#pragma once
7
#include <aws/quicksight/QuickSight_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QuickSight
13
{
14
namespace
Model
15
{
16
enum class
BrandStatus
17
{
18
NOT_SET
,
19
CREATE_IN_PROGRESS
,
20
CREATE_SUCCEEDED
,
21
CREATE_FAILED
,
22
DELETE_IN_PROGRESS
,
23
DELETE_FAILED
24
};
25
26
namespace
BrandStatusMapper
27
{
28
AWS_QUICKSIGHT_API
BrandStatus
GetBrandStatusForName
(
const
Aws::String
& name);
29
30
AWS_QUICKSIGHT_API
Aws::String
GetNameForBrandStatus
(
BrandStatus
value);
31
}
// namespace BrandStatusMapper
32
}
// namespace Model
33
}
// namespace QuickSight
34
}
// namespace Aws
Aws::QuickSight::Model::BrandStatusMapper::GetNameForBrandStatus
AWS_QUICKSIGHT_API Aws::String GetNameForBrandStatus(BrandStatus value)
Aws::QuickSight::Model::BrandStatusMapper::GetBrandStatusForName
AWS_QUICKSIGHT_API BrandStatus GetBrandStatusForName(const Aws::String &name)
Aws::QuickSight::Model::BrandStatus
BrandStatus
Definition
BrandStatus.h:17
Aws::QuickSight::Model::BrandStatus::DELETE_IN_PROGRESS
@ DELETE_IN_PROGRESS
Aws::QuickSight::Model::BrandStatus::CREATE_SUCCEEDED
@ CREATE_SUCCEEDED
Aws::QuickSight::Model::BrandStatus::DELETE_FAILED
@ DELETE_FAILED
Aws::QuickSight::Model::BrandStatus::CREATE_IN_PROGRESS
@ CREATE_IN_PROGRESS
Aws::QuickSight::Model::BrandStatus::CREATE_FAILED
@ CREATE_FAILED
Aws::QuickSight::Model::AggType::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