7#include <aws/scheduler/Scheduler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/scheduler/model/ScheduleGroupState.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
44 template<
typename ArnT = Aws::String>
53 template<
typename CreationDateT = Aws::Utils::DateTime>
54 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
55 template<
typename CreationDateT = Aws::Utils::DateTime>
64 template<
typename LastModificationDateT = Aws::Utils::DateTime>
65 void SetLastModificationDate(LastModificationDateT&& value) { m_lastModificationDateHasBeenSet =
true; m_lastModificationDate = std::forward<LastModificationDateT>(value); }
66 template<
typename LastModificationDateT = Aws::Utils::DateTime>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
93 template<
typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
95 template<
typename RequestIdT = Aws::String>
101 bool m_arnHasBeenSet =
false;
104 bool m_creationDateHasBeenSet =
false;
107 bool m_lastModificationDateHasBeenSet =
false;
110 bool m_nameHasBeenSet =
false;
113 bool m_stateHasBeenSet =
false;
116 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