7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
67 template <
typename IdT = Aws::String>
69 m_idHasBeenSet =
true;
70 m_id = std::forward<IdT>(value);
72 template <
typename IdT = Aws::String>
74 SetId(std::forward<IdT>(value));
85 template <
typename DescriptionT = Aws::String>
87 m_descriptionHasBeenSet =
true;
88 m_description = std::forward<DescriptionT>(value);
90 template <
typename DescriptionT = Aws::String>
105 m_expiresHasBeenSet =
true;
122 m_deletesHasBeenSet =
true;
135 long long m_expires{0};
137 long long m_deletes{0};
138 bool m_idHasBeenSet =
false;
139 bool m_descriptionHasBeenSet =
false;
140 bool m_expiresHasBeenSet =
false;
141 bool m_deletesHasBeenSet =
false;
ApiKey & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
AWS_APPSYNC_API ApiKey(Aws::Utils::Json::JsonView jsonValue)
bool DeletesHasBeenSet() const
void SetExpires(long long value)
ApiKey & WithExpires(long long value)
AWS_APPSYNC_API ApiKey & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
long long GetDeletes() const
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
ApiKey & WithDeletes(long long value)
AWS_APPSYNC_API ApiKey()=default
bool ExpiresHasBeenSet() const
ApiKey & WithId(IdT &&value)
const Aws::String & GetDescription() const
long long GetExpires() const
void SetDeletes(long long value)
bool DescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue