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;
42 template<
typename GroupListT = Aws::Vector<Group>>
43 void SetGroupList(GroupListT&& value) { m_groupListHasBeenSet =
true; m_groupList = std::forward<GroupListT>(value); }
44 template<
typename GroupListT = Aws::Vector<Group>>
46 template<
typename GroupListT = Group>
47 ListGroupsResult&
AddGroupList(GroupListT&& value) { m_groupListHasBeenSet =
true; m_groupList.emplace_back(std::forward<GroupListT>(value));
return *
this; }
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
75 inline void SetStatus(
int value) { m_statusHasBeenSet =
true; m_status = value; }
81 bool m_groupListHasBeenSet =
false;
84 bool m_nextTokenHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
90 bool m_statusHasBeenSet =
false;
const Aws::Vector< Group > & GetGroupList() const
const Aws::String & GetNextToken() const
void SetRequestId(RequestIdT &&value)
ListGroupsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
void SetGroupList(GroupListT &&value)
ListGroupsResult & AddGroupList(GroupListT &&value)
AWS_QUICKSIGHT_API ListGroupsResult()=default
void SetStatus(int value)
ListGroupsResult & WithStatus(int value)
AWS_QUICKSIGHT_API ListGroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListGroupsResult & WithGroupList(GroupListT &&value)
ListGroupsResult & WithRequestId(RequestIdT &&value)
AWS_QUICKSIGHT_API ListGroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue