7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
53 inline void SetId(
const char* value) { m_id.assign(value); }
66 inline void SetValue(
const char* value) { m_value.assign(value); }
79 inline void SetName(
const char* value) { m_name.assign(value); }
93 inline void SetCustomerId(
const char* value) { m_customerId.assign(value); }
181 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
UpdateApiKeyResult & AddTags(const Aws::String &key, const Aws::String &value)
void SetCreatedDate(Aws::Utils::DateTime &&value)
void SetCustomerId(const Aws::String &value)
UpdateApiKeyResult & WithDescription(Aws::String &&value)
const Aws::String & GetCustomerId() const
void SetCustomerId(Aws::String &&value)
UpdateApiKeyResult & WithId(const char *value)
const Aws::String & GetName() const
AWS_APIGATEWAY_API UpdateApiKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApiKeyResult & WithRequestId(Aws::String &&value)
void SetLastUpdatedDate(const Aws::Utils::DateTime &value)
UpdateApiKeyResult & WithValue(const Aws::String &value)
UpdateApiKeyResult & WithCustomerId(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
UpdateApiKeyResult & AddStageKeys(const char *value)
const Aws::Utils::DateTime & GetCreatedDate() const
UpdateApiKeyResult & WithId(Aws::String &&value)
const Aws::Vector< Aws::String > & GetStageKeys() const
void SetStageKeys(const Aws::Vector< Aws::String > &value)
UpdateApiKeyResult & WithName(Aws::String &&value)
UpdateApiKeyResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetStageKeys(Aws::Vector< Aws::String > &&value)
UpdateApiKeyResult & WithRequestId(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(const Aws::String &value)
const Aws::Utils::DateTime & GetLastUpdatedDate() const
UpdateApiKeyResult & WithName(const char *value)
UpdateApiKeyResult & WithId(const Aws::String &value)
void SetEnabled(bool value)
void SetId(const char *value)
void SetLastUpdatedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetValue() const
UpdateApiKeyResult & WithDescription(const char *value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetName(const char *value)
UpdateApiKeyResult & WithCreatedDate(const Aws::Utils::DateTime &value)
UpdateApiKeyResult & WithLastUpdatedDate(Aws::Utils::DateTime &&value)
UpdateApiKeyResult & WithCreatedDate(Aws::Utils::DateTime &&value)
void SetValue(Aws::String &&value)
void SetDescription(const Aws::String &value)
UpdateApiKeyResult & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::String & GetId() const
UpdateApiKeyResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
UpdateApiKeyResult & WithName(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
UpdateApiKeyResult & AddTags(Aws::String &&key, Aws::String &&value)
UpdateApiKeyResult & WithCustomerId(Aws::String &&value)
const Aws::String & GetDescription() const
UpdateApiKeyResult & WithDescription(const Aws::String &value)
AWS_APIGATEWAY_API UpdateApiKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApiKeyResult & WithRequestId(const Aws::String &value)
void SetDescription(const char *value)
UpdateApiKeyResult & AddTags(const char *key, const char *value)
void SetRequestId(Aws::String &&value)
void SetId(const Aws::String &value)
void SetName(Aws::String &&value)
void SetId(Aws::String &&value)
void SetDescription(Aws::String &&value)
UpdateApiKeyResult & AddStageKeys(const Aws::String &value)
UpdateApiKeyResult & WithLastUpdatedDate(const Aws::Utils::DateTime &value)
UpdateApiKeyResult & WithValue(const char *value)
UpdateApiKeyResult & AddTags(Aws::String &&key, const char *value)
void SetValue(const char *value)
void SetCustomerId(const char *value)
void SetValue(const Aws::String &value)
UpdateApiKeyResult & WithValue(Aws::String &&value)
UpdateApiKeyResult & AddTags(const Aws::String &key, Aws::String &&value)
UpdateApiKeyResult & WithCustomerId(const char *value)
UpdateApiKeyResult & WithStageKeys(Aws::Vector< Aws::String > &&value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
UpdateApiKeyResult & AddTags(const char *key, Aws::String &&value)
UpdateApiKeyResult & WithEnabled(bool value)
UpdateApiKeyResult & WithStageKeys(const Aws::Vector< Aws::String > &value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API UpdateApiKeyResult()
UpdateApiKeyResult & AddStageKeys(Aws::String &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue