7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appsync/model/OutputType.h>
48 template<
typename ApiIdT = Aws::String>
49 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
50 template<
typename ApiIdT = Aws::String>
71 inline void SetIncludeDirectives(
bool value) { m_includeDirectivesHasBeenSet =
true; m_includeDirectives = value; }
77 bool m_apiIdHasBeenSet =
false;
80 bool m_formatHasBeenSet =
false;
82 bool m_includeDirectives{
false};
83 bool m_includeDirectivesHasBeenSet =
false;
void SetFormat(OutputType value)
const Aws::String & GetApiId() const
void SetApiId(ApiIdT &&value)
GetIntrospectionSchemaRequest & WithIncludeDirectives(bool value)
GetIntrospectionSchemaRequest & WithFormat(OutputType value)
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ApiIdHasBeenSet() const
OutputType GetFormat() const
bool FormatHasBeenSet() const
bool GetIncludeDirectives() const
GetIntrospectionSchemaRequest & WithApiId(ApiIdT &&value)
void SetIncludeDirectives(bool value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool IncludeDirectivesHasBeenSet() const
AWS_APPSYNC_API GetIntrospectionSchemaRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String