7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/stream/ResponseStream.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
47 template <
typename RequestIdT = Aws::String>
49 m_requestIdHasBeenSet =
true;
50 m_requestId = std::forward<RequestIdT>(value);
52 template <
typename RequestIdT = Aws::String>
62 bool m_schemaHasBeenSet =
false;
63 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
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::IOStream & GetSchema() const
void ReplaceBody(Aws::IOStream *body)
AWS_APPSYNC_API GetIntrospectionSchemaResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
void SetRequestId(RequestIdT &&value)
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