Home
last modified time | relevance | path

Searched refs:ExportFilterName (Results 1 – 6 of 6) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/source/model/
H A DExportFilterName.cpp26 ExportFilterName GetExportFilterNameForName(const Aws::String& name) in GetExportFilterNameForName()
31 return ExportFilterName::ExportResourceType; in GetExportFilterNameForName()
37 return static_cast<ExportFilterName>(hashCode); in GetExportFilterNameForName()
40 return ExportFilterName::NOT_SET; in GetExportFilterNameForName()
43 Aws::String GetNameForExportFilterName(ExportFilterName enumValue) in GetNameForExportFilterName()
47 case ExportFilterName::ExportResourceType: in GetNameForExportFilterName()
H A DExportFilter.cpp22 m_name(ExportFilterName::NOT_SET), in ExportFilter()
31 m_name(ExportFilterName::NOT_SET), in ExportFilter()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/
H A DExportFilter.h46 inline const ExportFilterName& GetName() const{ return m_name; } in GetName()
56 inline void SetName(const ExportFilterName& value) { m_nameHasBeenSet = true; m_name = value; } in SetName()
61 …inline void SetName(ExportFilterName&& value) { m_nameHasBeenSet = true; m_name = std::move(value)… in SetName()
66 inline ExportFilter& WithName(const ExportFilterName& value) { SetName(value); return *this;} in WithName()
71 …inline ExportFilter& WithName(ExportFilterName&& value) { SetName(std::move(value)); return *this;} in WithName()
170 ExportFilterName m_name;
H A DExportFilterName.h16 enum class ExportFilterName enum
24 AWS_LEXMODELSV2_API ExportFilterName GetExportFilterNameForName(const Aws::String& name);
26 AWS_LEXMODELSV2_API Aws::String GetNameForExportFilterName(ExportFilterName value);
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/lexmodelsv2/types/
H A Denums.go251 type ExportFilterName string type
255 ExportFilterNameExportResourceType ExportFilterName = "ExportResourceType"
261 func (ExportFilterName) Values() []ExportFilterName {
262 return []ExportFilterName{
H A Dtypes.go613 Name ExportFilterName