7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/scheduler/Scheduler_EXPORTS.h>
10#include <aws/scheduler/model/ScheduleGroupState.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename CreationDateT = Aws::Utils::DateTime>
55 m_creationDateHasBeenSet =
true;
56 m_creationDate = std::forward<CreationDateT>(value);
58 template <
typename CreationDateT = Aws::Utils::DateTime>
70 template <
typename LastModificationDateT = Aws::Utils::DateTime>
72 m_lastModificationDateHasBeenSet =
true;
73 m_lastModificationDate = std::forward<LastModificationDateT>(value);
75 template <
typename LastModificationDateT = Aws::Utils::DateTime>
87 template <
typename NameT = Aws::String>
89 m_nameHasBeenSet =
true;
90 m_name = std::forward<NameT>(value);
92 template <
typename NameT = Aws::String>
94 SetName(std::forward<NameT>(value));
105 m_stateHasBeenSet =
true;
117 template <
typename RequestIdT = Aws::String>
119 m_requestIdHasBeenSet =
true;
120 m_requestId = std::forward<RequestIdT>(value);
122 template <
typename RequestIdT = Aws::String>
140 bool m_arnHasBeenSet =
false;
141 bool m_creationDateHasBeenSet =
false;
142 bool m_lastModificationDateHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
144 bool m_stateHasBeenSet =
false;
145 bool m_requestIdHasBeenSet =
false;
GetScheduleGroupResult & WithLastModificationDate(LastModificationDateT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
GetScheduleGroupResult & WithArn(ArnT &&value)
GetScheduleGroupResult & WithState(ScheduleGroupState value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastModificationDate() const
void SetLastModificationDate(LastModificationDateT &&value)
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetState(ScheduleGroupState value)
AWS_SCHEDULER_API GetScheduleGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationDate() const
GetScheduleGroupResult & WithCreationDate(CreationDateT &&value)
AWS_SCHEDULER_API GetScheduleGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
ScheduleGroupState GetState() const
void SetCreationDate(CreationDateT &&value)
GetScheduleGroupResult & WithName(NameT &&value)
AWS_SCHEDULER_API GetScheduleGroupResult()=default
GetScheduleGroupResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue