AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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}
22namespace Cbor
23{
24 class CborValue;
25}
26} // namespace Utils
27
28class AWS_CORE_API NoResult
29{
30public:
35};
36
37} // namespace Aws
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &)
Definition NoResult.h:32
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Cbor::CborValue > &)
Definition NoResult.h:34
NoResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &)
Definition NoResult.h:33
Aws::Utils::Xml::XmlDocument XmlDocument
Aws::Utils::Json::JsonValue JsonValue