AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
ContactStatus.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9
10namespace Aws {
11namespace GroundStation {
12namespace Model {
13enum class ContactStatus {
14 NOT_SET,
20 PREPASS,
21 PASS,
24 FAILED,
28};
29
30namespace ContactStatusMapper {
31AWS_GROUNDSTATION_API ContactStatus GetContactStatusForName(const Aws::String& name);
32
34} // namespace ContactStatusMapper
35} // namespace Model
36} // namespace GroundStation
37} // namespace Aws
AWS_GROUNDSTATION_API ContactStatus GetContactStatusForName(const Aws::String &name)
AWS_GROUNDSTATION_API Aws::String GetNameForContactStatus(ContactStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String