AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CreateScheduleGroupResult.h
Go to the documentation of this file.
1
6#pragma once
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Scheduler
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Aws::String& GetScheduleGroupArn() const{ return m_scheduleGroupArn; }
39
43 inline void SetScheduleGroupArn(const Aws::String& value) { m_scheduleGroupArn = value; }
44
48 inline void SetScheduleGroupArn(Aws::String&& value) { m_scheduleGroupArn = std::move(value); }
49
53 inline void SetScheduleGroupArn(const char* value) { m_scheduleGroupArn.assign(value); }
54
59
63 inline CreateScheduleGroupResult& WithScheduleGroupArn(Aws::String&& value) { SetScheduleGroupArn(std::move(value)); return *this;}
64
68 inline CreateScheduleGroupResult& WithScheduleGroupArn(const char* value) { SetScheduleGroupArn(value); return *this;}
69
70 private:
71
72 Aws::String m_scheduleGroupArn;
73 };
74
75} // namespace Model
76} // namespace Scheduler
77} // namespace Aws
#define AWS_SCHEDULER_API
CreateScheduleGroupResult & WithScheduleGroupArn(const char *value)
CreateScheduleGroupResult & WithScheduleGroupArn(Aws::String &&value)
AWS_SCHEDULER_API CreateScheduleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateScheduleGroupResult & WithScheduleGroupArn(const Aws::String &value)
AWS_SCHEDULER_API CreateScheduleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String