7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/appsync/model/OutputType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename ApiIdT = Aws::String>
45 m_apiIdHasBeenSet =
true;
46 m_apiId = std::forward<ApiIdT>(value);
48 template <
typename ApiIdT = Aws::String>
50 SetApiId(std::forward<ApiIdT>(value));
62 m_formatHasBeenSet =
true;
79 m_includeDirectivesHasBeenSet =
true;
80 m_includeDirectives = value;
92 bool m_includeDirectives{
false};
93 bool m_apiIdHasBeenSet =
false;
94 bool m_formatHasBeenSet =
false;
95 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