7#include <aws/chime/Chime_EXPORTS.h>
8#include <aws/chime/ChimeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename AccountIdT = Aws::String>
48 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
49 template<
typename AccountIdT = Aws::String>
59 template<
typename RoomIdT = Aws::String>
60 void SetRoomId(RoomIdT&& value) { m_roomIdHasBeenSet =
true; m_roomId = std::forward<RoomIdT>(value); }
61 template<
typename RoomIdT = Aws::String>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_accountIdHasBeenSet =
false;
92 bool m_roomIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
bool AccountIdHasBeenSet() const
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
void SetAccountId(AccountIdT &&value)
bool RoomIdHasBeenSet() const
const Aws::String & GetRoomId() const
bool MaxResultsHasBeenSet() const
void SetRoomId(RoomIdT &&value)
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
AWS_CHIME_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_CHIME_API Aws::String SerializePayload() const override
ListRoomMembershipsRequest & WithMaxResults(int value)
ListRoomMembershipsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetAccountId() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
ListRoomMembershipsRequest & WithRoomId(RoomIdT &&value)
ListRoomMembershipsRequest & WithAccountId(AccountIdT &&value)
AWS_CHIME_API ListRoomMembershipsRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String