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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
56 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
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 &&)
GetIntrospectionSchemaResult & operator=(const GetIntrospectionSchemaResult &)=delete
GetIntrospectionSchemaResult & WithRequestId(const char *value)
AWS_APPSYNC_API GetIntrospectionSchemaResult()
Aws::IOStream & GetSchema() const
GetIntrospectionSchemaResult & WithRequestId(const Aws::String &value)
AWS_APPSYNC_API GetIntrospectionSchemaResult & operator=(GetIntrospectionSchemaResult &&)
void SetRequestId(Aws::String &&value)
GetIntrospectionSchemaResult & WithRequestId(Aws::String &&value)
void ReplaceBody(Aws::IOStream *body)
void SetRequestId(const char *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