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>
53 template<
typename FunctionIdT = Aws::String>
54 void SetFunctionId(FunctionIdT&& value) { m_functionIdHasBeenSet =
true; m_functionId = std::forward<FunctionIdT>(value); }
55 template<
typename FunctionIdT = Aws::String>
61 bool m_apiIdHasBeenSet =
false;
64 bool m_functionIdHasBeenSet =
false;
AWS_APPSYNC_API DeleteFunctionRequest()=default
const Aws::String & GetFunctionId() const
void SetApiId(ApiIdT &&value)
AWS_APPSYNC_API Aws::String SerializePayload() const override
bool FunctionIdHasBeenSet() const
void SetFunctionId(FunctionIdT &&value)
DeleteFunctionRequest & WithApiId(ApiIdT &&value)
DeleteFunctionRequest & WithFunctionId(FunctionIdT &&value)
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String