7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
74 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
75 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
89 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
102 inline void SetExpires(
long long value) { m_expiresHasBeenSet =
true; m_expires = value; }
113 inline void SetDeletes(
long long value) { m_deletesHasBeenSet =
true; m_deletes = value; }
119 bool m_idHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_expiresHasBeenSet =
false;
128 bool m_deletesHasBeenSet =
false;
void SetDescription(const Aws::String &value)
ApiKey & WithId(Aws::String &&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)
ApiKey & WithId(const Aws::String &value)
const Aws::String & GetId() const
long long GetDeletes() const
void SetDescription(const char *value)
void SetDescription(Aws::String &&value)
void SetId(Aws::String &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
ApiKey & WithDeletes(long long value)
ApiKey & WithDescription(const Aws::String &value)
bool ExpiresHasBeenSet() const
void SetId(const char *value)
ApiKey & WithDescription(const char *value)
const Aws::String & GetDescription() const
long long GetExpires() const
void SetDeletes(long long value)
ApiKey & WithId(const char *value)
bool DescriptionHasBeenSet() const
void SetId(const Aws::String &value)
ApiKey & WithDescription(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue