AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetIntrospectionSchemaResult.h
1
6#pragma once
7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace AppSync
19{
20namespace Model
21{
23 {
24 public:
25 AWS_APPSYNC_API GetIntrospectionSchemaResult() = default;
28 //we delete these because Microsoft doesn't handle move generation correctly
29 //and we therefore don't trust them to get it right here either.
32
33
36
37
38
40
45 inline Aws::IOStream& GetSchema() const { return m_schema.GetUnderlyingStream(); }
46 inline void ReplaceBody(Aws::IOStream* body) { m_schema = Aws::Utils::Stream::ResponseStream(body); }
47
49
51
52 inline const Aws::String& GetRequestId() const { return m_requestId; }
53 template<typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
55 template<typename RequestIdT = Aws::String>
56 GetIntrospectionSchemaResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
58 private:
59
61 bool m_schemaHasBeenSet = false;
62
63 Aws::String m_requestId;
64 bool m_requestIdHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace AppSync
69} // namespace Aws
AWS_APPSYNC_API GetIntrospectionSchemaResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
GetIntrospectionSchemaResult(const GetIntrospectionSchemaResult &)=delete
AWS_APPSYNC_API GetIntrospectionSchemaResult(GetIntrospectionSchemaResult &&)=default
GetIntrospectionSchemaResult & operator=(const GetIntrospectionSchemaResult &)=delete
AWS_APPSYNC_API GetIntrospectionSchemaResult & operator=(GetIntrospectionSchemaResult &&)=default
AWS_APPSYNC_API GetIntrospectionSchemaResult()=default
GetIntrospectionSchemaResult & WithRequestId(RequestIdT &&value)
AWS_APPSYNC_API GetIntrospectionSchemaResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String