23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
68 inline void SetId(
const char* value) { m_id.assign(value); }
103 inline void SetName(
const char* value) { m_name.assign(value); }
CreateApiKeyResult & WithDescription(const char *value)
CreateApiKeyResult & WithLastUpdatedDate(Aws::Utils::DateTime &&value)
CreateApiKeyResult & WithCreatedDate(Aws::Utils::DateTime &&value)
const Aws::Vector< Aws::String > & GetStageKeys() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
CreateApiKeyResult & WithDescription(const Aws::String &value)
CreateApiKeyResult & WithStageKeys(const Aws::Vector< Aws::String > &value)
void SetLastUpdatedDate(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
std::vector< T, Aws::Allocator< T > > Vector
CreateApiKeyResult & AddStageKeys(const Aws::String &value)
void SetId(const char *value)
void SetStageKeys(Aws::Vector< Aws::String > &&value)
CreateApiKeyResult & WithCreatedDate(const Aws::Utils::DateTime &value)
void SetDescription(const char *value)
CreateApiKeyResult & WithName(Aws::String &&value)
CreateApiKeyResult & WithId(const Aws::String &value)
void SetId(Aws::String &&value)
void SetLastUpdatedDate(const Aws::Utils::DateTime &value)
CreateApiKeyResult & WithName(const Aws::String &value)
void SetCreatedDate(const Aws::Utils::DateTime &value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetLastUpdatedDate() const
CreateApiKeyResult & WithId(Aws::String &&value)
void SetName(const char *value)
CreateApiKeyResult & WithName(const char *value)
void SetDescription(const Aws::String &value)
const Aws::String & GetId() const
void SetStageKeys(const Aws::Vector< Aws::String > &value)
CreateApiKeyResult & AddStageKeys(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CreateApiKeyResult & AddStageKeys(Aws::String &&value)
CreateApiKeyResult & WithDescription(Aws::String &&value)
CreateApiKeyResult & WithStageKeys(Aws::Vector< Aws::String > &&value)
#define AWS_APIGATEWAY_API
void SetEnabled(bool value)
CreateApiKeyResult & WithLastUpdatedDate(const Aws::Utils::DateTime &value)
CreateApiKeyResult & WithEnabled(bool value)
void SetName(const Aws::String &value)
void SetDescription(Aws::String &&value)
void SetId(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
CreateApiKeyResult & WithId(const char *value)
JSON (JavaScript Object Notation).