AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RelationshipStatus.h
1
6#pragma once
7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Inspector2
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 CREATED,
20 INVITED,
22 ENABLED,
23 REMOVED,
25 DELETED,
31 };
32
33namespace RelationshipStatusMapper
34{
36
38} // namespace RelationshipStatusMapper
39} // namespace Model
40} // namespace Inspector2
41} // namespace Aws
AWS_INSPECTOR2_API RelationshipStatus GetRelationshipStatusForName(const Aws::String &name)
AWS_INSPECTOR2_API Aws::String GetNameForRelationshipStatus(RelationshipStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String