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>
61 template <
typename GameSessionIdT = Aws::String>
63 m_gameSessionIdHasBeenSet =
true;
64 m_gameSessionId = std::forward<GameSessionIdT>(value);
66 template <
typename GameSessionIdT = Aws::String>
80 template <
typename AliasIdT = Aws::String>
82 m_aliasIdHasBeenSet =
true;
83 m_aliasId = std::forward<AliasIdT>(value);
85 template <
typename AliasIdT = Aws::String>
100 template <
typename LocationT = Aws::String>
102 m_locationHasBeenSet =
true;
103 m_location = std::forward<LocationT>(value);
105 template <
typename LocationT = Aws::String>
121 template <
typename StatusFilterT = Aws::String>
123 m_statusFilterHasBeenSet =
true;
124 m_statusFilter = std::forward<StatusFilterT>(value);
126 template <
typename StatusFilterT = Aws::String>
141 m_limitHasBeenSet =
true;
158 template <
typename NextTokenT = Aws::String>
160 m_nextTokenHasBeenSet =
true;
161 m_nextToken = std::forward<NextTokenT>(value);
163 template <
typename NextTokenT = Aws::String>
183 bool m_fleetIdHasBeenSet =
false;
184 bool m_gameSessionIdHasBeenSet =
false;
185 bool m_aliasIdHasBeenSet =
false;
186 bool m_locationHasBeenSet =
false;
187 bool m_statusFilterHasBeenSet =
false;
188 bool m_limitHasBeenSet =
false;
189 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