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 IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
76 inline long long GetExpires()
const {
return m_expires; }
78 inline void SetExpires(
long long value) { m_expiresHasBeenSet =
true; m_expires = value; }
84 bool m_apiIdHasBeenSet =
false;
87 bool m_idHasBeenSet =
false;
90 bool m_descriptionHasBeenSet =
false;
92 long long m_expires{0};
93 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