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