7#include <aws/scheduler/Scheduler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 inline void SetScheduleArn(
const char* value) { m_scheduleArn.assign(value); }
53 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const Aws::String &value)
void SetRequestId(const char *value)
AWS_SCHEDULER_API UpdateScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScheduleArn(const char *value)
void SetRequestId(Aws::String &&value)
UpdateScheduleResult & WithRequestId(const char *value)
UpdateScheduleResult & WithScheduleArn(const Aws::String &value)
const Aws::String & GetRequestId() const
const Aws::String & GetScheduleArn() const
UpdateScheduleResult & WithRequestId(Aws::String &&value)
AWS_SCHEDULER_API UpdateScheduleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScheduleArn(Aws::String &&value)
AWS_SCHEDULER_API UpdateScheduleResult()
UpdateScheduleResult & WithScheduleArn(Aws::String &&value)
void SetScheduleArn(const Aws::String &value)
UpdateScheduleResult & WithScheduleArn(const char *value)
UpdateScheduleResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue