13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
53 inline void SetScheduleArn(
const char* value) { m_scheduleArn.assign(value); }
#define AWS_SCHEDULER_API
AWS_SCHEDULER_API UpdateScheduleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetScheduleArn(const char *value)
UpdateScheduleResult & WithScheduleArn(const Aws::String &value)
const Aws::String & GetScheduleArn() const
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String