AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NoResult.h
1
6#pragma once
7
8#include <aws/core/Core_EXPORTS.h>
9
10namespace Aws
11{
12namespace Utils
13{
14namespace Xml
15{
16 class XmlDocument;
17}
18namespace Json
19{
20 class JsonValue;
21}
22} // namespace Utils
23
24class AWS_CORE_API NoResult
25{
26public:
30};
31
32} // namespace Aws
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &)
Definition NoResult.h:28
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &)
Definition NoResult.h:29
Aws::Utils::Xml::XmlDocument XmlDocument
Aws::Utils::Json::JsonValue JsonValue