AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
RelationshipStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9
10namespace Aws {
11namespace Macie2 {
12namespace Model {
14 NOT_SET,
15 Enabled,
16 Paused,
17 Invited,
18 Created,
19 Removed,
25};
26
27namespace RelationshipStatusMapper {
29
31} // namespace RelationshipStatusMapper
32} // namespace Model
33} // namespace Macie2
34} // namespace Aws
AWS_MACIE2_API RelationshipStatus GetRelationshipStatusForName(const Aws::String &name)
AWS_MACIE2_API Aws::String GetNameForRelationshipStatus(RelationshipStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String