AWS SDK for C++
AWS SDK for C++ Version 1.11.868
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elementalinference
include
aws
elementalinference
model
DataSourceSport.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/elementalinference/ElementalInference_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ElementalInference {
12
namespace
Model {
13
enum class
DataSourceSport
{
NOT_SET
,
basketball
,
american_football
};
14
15
namespace
DataSourceSportMapper {
16
AWS_ELEMENTALINFERENCE_API
DataSourceSport
GetDataSourceSportForName
(
const
Aws::String
& name);
17
18
AWS_ELEMENTALINFERENCE_API
Aws::String
GetNameForDataSourceSport
(
DataSourceSport
value);
19
}
// namespace DataSourceSportMapper
20
}
// namespace Model
21
}
// namespace ElementalInference
22
}
// namespace Aws
Aws::ElementalInference::Model::DataSourceSportMapper::GetNameForDataSourceSport
AWS_ELEMENTALINFERENCE_API Aws::String GetNameForDataSourceSport(DataSourceSport value)
Aws::ElementalInference::Model::DataSourceSportMapper::GetDataSourceSportForName
AWS_ELEMENTALINFERENCE_API DataSourceSport GetDataSourceSportForName(const Aws::String &name)
Aws::ElementalInference::Model::DataSourceSport
DataSourceSport
Definition
DataSourceSport.h:13
Aws::ElementalInference::Model::DataSourceSport::NOT_SET
@ NOT_SET
Aws::ElementalInference::Model::DataSourceSport::basketball
@ basketball
Aws::ElementalInference::Model::DataSourceSport::american_football
@ american_football
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