7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/appsync/AppSyncRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ApiIdT = Aws::String>
42 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
43 template<
typename ApiIdT = Aws::String>
49 bool m_apiIdHasBeenSet =
false;
AWS_APPSYNC_API DeleteGraphqlApiRequest()=default
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API Aws::String SerializePayload() const override
void SetApiId(ApiIdT &&value)
const Aws::String & GetApiId() const
DeleteGraphqlApiRequest & WithApiId(ApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String