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>
50 inline void SetApiId(
const char* value) { m_apiIdHasBeenSet =
true; m_apiId.assign(value); }
75 inline void SetIncludeDirectives(
bool value) { m_includeDirectivesHasBeenSet =
true; m_includeDirectives = value; }
81 bool m_apiIdHasBeenSet =
false;
84 bool m_formatHasBeenSet =
false;
86 bool m_includeDirectives;
87 bool m_includeDirectivesHasBeenSet =
false;
void SetApiId(const char *value)
const Aws::String & GetApiId() const
const OutputType & GetFormat() const
GetIntrospectionSchemaRequest & WithIncludeDirectives(bool value)
void SetApiId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetIntrospectionSchemaRequest & WithApiId(Aws::String &&value)
void SetFormat(OutputType &&value)
void SetFormat(const OutputType &value)
AWS_APPSYNC_API GetIntrospectionSchemaRequest()
GetIntrospectionSchemaRequest & WithApiId(const char *value)
GetIntrospectionSchemaRequest & WithApiId(const Aws::String &value)
AWS_APPSYNC_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ApiIdHasBeenSet() const
GetIntrospectionSchemaRequest & WithFormat(OutputType &&value)
bool FormatHasBeenSet() const
bool GetIncludeDirectives() const
GetIntrospectionSchemaRequest & WithFormat(const OutputType &value)
void SetApiId(const Aws::String &value)
void SetIncludeDirectives(bool value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool IncludeDirectivesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String