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));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
90 inline long long GetExpires()
const {
return m_expires; }
93 m_expiresHasBeenSet =
true;
108 long long m_expires{0};
109 bool m_apiIdHasBeenSet =
false;
110 bool m_idHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
112 bool m_expiresHasBeenSet =
false;
void SetExpires(long long value)
const Aws::String & GetApiId() const
AWS_APPSYNC_API Aws::String SerializePayload() const override
void SetApiId(ApiIdT &&value)
UpdateApiKeyRequest & WithDescription(DescriptionT &&value)
bool IdHasBeenSet() const
UpdateApiKeyRequest & WithApiId(ApiIdT &&value)
const Aws::String & GetId() const
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
bool ExpiresHasBeenSet() const
AWS_APPSYNC_API UpdateApiKeyRequest()=default
bool ApiIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
long long GetExpires() const
UpdateApiKeyRequest & WithExpires(long long value)
void SetDescription(DescriptionT &&value)
UpdateApiKeyRequest & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String