7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/scheduler/Scheduler_EXPORTS.h>
11#include <aws/scheduler/model/ScheduleGroupState.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename CreationDateT = Aws::Utils::DateTime>
56 m_creationDateHasBeenSet =
true;
57 m_creationDate = std::forward<CreationDateT>(value);
59 template <
typename CreationDateT = Aws::Utils::DateTime>
71 template <
typename LastModificationDateT = Aws::Utils::DateTime>
73 m_lastModificationDateHasBeenSet =
true;
74 m_lastModificationDate = std::forward<LastModificationDateT>(value);
76 template <
typename LastModificationDateT = Aws::Utils::DateTime>
88 template <
typename NameT = Aws::String>
90 m_nameHasBeenSet =
true;
91 m_name = std::forward<NameT>(value);
93 template <
typename NameT = Aws::String>
95 SetName(std::forward<NameT>(value));
106 m_stateHasBeenSet =
true;
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_arnHasBeenSet =
false;
145 bool m_creationDateHasBeenSet =
false;
146 bool m_lastModificationDateHasBeenSet =
false;
147 bool m_nameHasBeenSet =
false;
148 bool m_stateHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
GetScheduleGroupResult & WithLastModificationDate(LastModificationDateT &&value)
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
GetScheduleGroupResult & WithArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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