7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename FleetIdT = Aws::String>
45 void SetFleetId(FleetIdT&& value) { m_fleetIdHasBeenSet =
true; m_fleetId = std::forward<FleetIdT>(value); }
46 template<
typename FleetIdT = Aws::String>
56 template<
typename GameSessionIdT = Aws::String>
57 void SetGameSessionId(GameSessionIdT&& value) { m_gameSessionIdHasBeenSet =
true; m_gameSessionId = std::forward<GameSessionIdT>(value); }
58 template<
typename GameSessionIdT = Aws::String>
69 template<
typename AliasIdT = Aws::String>
70 void SetAliasId(AliasIdT&& value) { m_aliasIdHasBeenSet =
true; m_aliasId = std::forward<AliasIdT>(value); }
71 template<
typename AliasIdT = Aws::String>
83 template<
typename LocationT = Aws::String>
84 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
85 template<
typename LocationT = Aws::String>
98 template<
typename StatusFilterT = Aws::String>
99 void SetStatusFilter(StatusFilterT&& value) { m_statusFilterHasBeenSet =
true; m_statusFilter = std::forward<StatusFilterT>(value); }
100 template<
typename StatusFilterT = Aws::String>
111 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
123 template<
typename NextTokenT = Aws::String>
124 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
125 template<
typename NextTokenT = Aws::String>
131 bool m_fleetIdHasBeenSet =
false;
134 bool m_gameSessionIdHasBeenSet =
false;
137 bool m_aliasIdHasBeenSet =
false;
140 bool m_locationHasBeenSet =
false;
143 bool m_statusFilterHasBeenSet =
false;
146 bool m_limitHasBeenSet =
false;
149 bool m_nextTokenHasBeenSet =
false;
bool GameSessionIdHasBeenSet() const
bool AliasIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
const Aws::String & GetGameSessionId() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetFleetId() const
DescribeGameSessionsRequest & WithLocation(LocationT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
const Aws::String & GetLocation() const
const Aws::String & GetAliasId() const
DescribeGameSessionsRequest & WithGameSessionId(GameSessionIdT &&value)
AWS_GAMELIFT_API DescribeGameSessionsRequest()=default
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StatusFilterHasBeenSet() const
void SetGameSessionId(GameSessionIdT &&value)
bool NextTokenHasBeenSet() const
DescribeGameSessionsRequest & WithAliasId(AliasIdT &&value)
bool LocationHasBeenSet() const
DescribeGameSessionsRequest & WithStatusFilter(StatusFilterT &&value)
void SetStatusFilter(StatusFilterT &&value)
const Aws::String & GetStatusFilter() const
void SetLocation(LocationT &&value)
void SetFleetId(FleetIdT &&value)
DescribeGameSessionsRequest & WithLimit(int value)
DescribeGameSessionsRequest & WithFleetId(FleetIdT &&value)
bool FleetIdHasBeenSet() const
bool LimitHasBeenSet() const
DescribeGameSessionsRequest & WithNextToken(NextTokenT &&value)
void SetAliasId(AliasIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String