15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
59 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
#define AWS_SCHEDULER_API
const Aws::Vector< ScheduleGroupSummary > & GetScheduleGroups() const
void SetScheduleGroups(Aws::Vector< ScheduleGroupSummary > &&value)
AWS_SCHEDULER_API ListScheduleGroupsResult()
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)
void SetNextToken(Aws::String &&value)
ListScheduleGroupsResult & WithScheduleGroups(Aws::Vector< ScheduleGroupSummary > &&value)
ListScheduleGroupsResult & WithNextToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector