7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
40 template <
typename FleetIdT = Aws::String>
42 m_fleetIdHasBeenSet =
true;
43 m_fleetId = std::forward<FleetIdT>(value);
45 template <
typename FleetIdT = Aws::String>
64 template <
typename GameSessionIdT = Aws::String>
66 m_gameSessionIdHasBeenSet =
true;
67 m_gameSessionId = std::forward<GameSessionIdT>(value);
69 template <
typename GameSessionIdT = Aws::String>
83 template <
typename AliasIdT = Aws::String>
85 m_aliasIdHasBeenSet =
true;
86 m_aliasId = std::forward<AliasIdT>(value);
88 template <
typename AliasIdT = Aws::String>
103 template <
typename LocationT = Aws::String>
105 m_locationHasBeenSet =
true;
106 m_location = std::forward<LocationT>(value);
108 template <
typename LocationT = Aws::String>
124 template <
typename StatusFilterT = Aws::String>
126 m_statusFilterHasBeenSet =
true;
127 m_statusFilter = std::forward<StatusFilterT>(value);
129 template <
typename StatusFilterT = Aws::String>
144 m_limitHasBeenSet =
true;
161 template <
typename NextTokenT = Aws::String>
163 m_nextTokenHasBeenSet =
true;
164 m_nextToken = std::forward<NextTokenT>(value);
166 template <
typename NextTokenT = Aws::String>
186 bool m_fleetIdHasBeenSet =
false;
187 bool m_gameSessionIdHasBeenSet =
false;
188 bool m_aliasIdHasBeenSet =
false;
189 bool m_locationHasBeenSet =
false;
190 bool m_statusFilterHasBeenSet =
false;
191 bool m_limitHasBeenSet =
false;
192 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