7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/Group.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename GroupListT = Aws::Vector<Group>>
44 void SetGroupList(GroupListT&& value) { m_groupListHasBeenSet =
true; m_groupList = std::forward<GroupListT>(value); }
45 template<
typename GroupListT = Aws::Vector<Group>>
47 template<
typename GroupListT = Group>
48 SearchGroupsResult&
AddGroupList(GroupListT&& value) { m_groupListHasBeenSet =
true; m_groupList.emplace_back(std::forward<GroupListT>(value));
return *
this; }
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
76 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
82 bool m_groupListHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
91 bool m_statusHasBeenSet =
false;
void SetNextToken(NextTokenT &&value)
SearchGroupsResult & WithStatus(int value)
SearchGroupsResult & WithNextToken(NextTokenT &&value)
AWS_QUICKSIGHT_API SearchGroupsResult()=default
const Aws::String & GetRequestId() const
SearchGroupsResult & WithRequestId(RequestIdT &&value)
void SetGroupList(GroupListT &&value)
const Aws::String & GetNextToken() const
AWS_QUICKSIGHT_API SearchGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QUICKSIGHT_API SearchGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Group > & GetGroupList() const
SearchGroupsResult & AddGroupList(GroupListT &&value)
void SetStatus(int value)
SearchGroupsResult & WithGroupList(GroupListT &&value)
void SetRequestId(RequestIdT &&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