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 GetApiCacheRequest()=default
AWS_APPSYNC_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetApiCacheRequest & WithApiId(ApiIdT &&value)
bool ApiIdHasBeenSet() const
const Aws::String & GetApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String