AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
RelationshipStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9
10namespace Aws {
11namespace Inspector2 {
12namespace Model {
14 NOT_SET,
15 CREATED,
16 INVITED,
18 ENABLED,
19 REMOVED,
21 DELETED,
27};
28
29namespace RelationshipStatusMapper {
31
33} // namespace RelationshipStatusMapper
34} // namespace Model
35} // namespace Inspector2
36} // 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