7#include <aws/appsync/AppSyncRequest.h>
8#include <aws/appsync/AppSync_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
37 template <
typename ApiIdT = Aws::String>
39 m_apiIdHasBeenSet =
true;
40 m_apiId = std::forward<ApiIdT>(value);
42 template <
typename ApiIdT = Aws::String>
44 SetApiId(std::forward<ApiIdT>(value));
55 template <
typename IdT = Aws::String>
57 m_idHasBeenSet =
true;
58 m_id = std::forward<IdT>(value);
60 template <
typename IdT = Aws::String>
62 SetId(std::forward<IdT>(value));
70 bool m_apiIdHasBeenSet =
false;
71 bool m_idHasBeenSet =
false;
const Aws::String & GetApiId() const
const Aws::String & GetId() const
bool ApiIdHasBeenSet() const
DeleteApiKeyRequest & WithApiId(ApiIdT &&value)
AWS_APPSYNC_API DeleteApiKeyRequest()=default
void SetApiId(ApiIdT &&value)
bool IdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APPSYNC_API Aws::String SerializePayload() const override
DeleteApiKeyRequest & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String