AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
NoResult.h
Go to the documentation of this file.
1
6#pragma once
7
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
25{
26public:
30};
31
32} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &)
Definition: NoResult.h:28
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &)
Definition: NoResult.h:29