7#include <aws/scheduler/Scheduler_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/scheduler/model/ScheduleGroupSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
45 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::Vector< ScheduleGroupSummary > & GetScheduleGroups() const
void SetScheduleGroups(Aws::Vector< ScheduleGroupSummary > &&value)
AWS_SCHEDULER_API ListScheduleGroupsResult()
ListScheduleGroupsResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
ListScheduleGroupsResult & WithNextToken(const char *value)
ListScheduleGroupsResult & WithScheduleGroups(const Aws::Vector< ScheduleGroupSummary > &value)
AWS_SCHEDULER_API ListScheduleGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SCHEDULER_API ListScheduleGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListScheduleGroupsResult & AddScheduleGroups(ScheduleGroupSummary &&value)
void SetScheduleGroups(const Aws::Vector< ScheduleGroupSummary > &value)
const Aws::String & GetNextToken() const
void SetNextToken(const Aws::String &value)
ListScheduleGroupsResult & AddScheduleGroups(const ScheduleGroupSummary &value)
ListScheduleGroupsResult & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
ListScheduleGroupsResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetNextToken(Aws::String &&value)
ListScheduleGroupsResult & WithScheduleGroups(Aws::Vector< ScheduleGroupSummary > &&value)
ListScheduleGroupsResult & WithNextToken(const Aws::String &value)
void SetRequestId(Aws::String &&value)
ListScheduleGroupsResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue