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>
58 template <
typename GameSessionIdT = Aws::String>
60 m_gameSessionIdHasBeenSet =
true;
61 m_gameSessionId = std::forward<GameSessionIdT>(value);
63 template <
typename GameSessionIdT = Aws::String>
77 template <
typename AliasIdT = Aws::String>
79 m_aliasIdHasBeenSet =
true;
80 m_aliasId = std::forward<AliasIdT>(value);
82 template <
typename AliasIdT = Aws::String>
97 template <
typename LocationT = Aws::String>
99 m_locationHasBeenSet =
true;
100 m_location = std::forward<LocationT>(value);
102 template <
typename LocationT = Aws::String>
117 template <
typename StatusFilterT = Aws::String>
119 m_statusFilterHasBeenSet =
true;
120 m_statusFilter = std::forward<StatusFilterT>(value);
122 template <
typename StatusFilterT = Aws::String>
137 m_limitHasBeenSet =
true;
154 template <
typename NextTokenT = Aws::String>
156 m_nextTokenHasBeenSet =
true;
157 m_nextToken = std::forward<NextTokenT>(value);
159 template <
typename NextTokenT = Aws::String>
167 bool m_fleetIdHasBeenSet =
false;
170 bool m_gameSessionIdHasBeenSet =
false;
173 bool m_aliasIdHasBeenSet =
false;
176 bool m_locationHasBeenSet =
false;
179 bool m_statusFilterHasBeenSet =
false;
182 bool m_limitHasBeenSet =
false;
185 bool m_nextTokenHasBeenSet =
false;
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeGameSessionDetailsRequest & WithNextToken(NextTokenT &&value)
bool AliasIdHasBeenSet() const
void SetStatusFilter(StatusFilterT &&value)
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeGameSessionDetailsRequest & WithAliasId(AliasIdT &&value)
const Aws::String & GetGameSessionId() const
void SetLocation(LocationT &&value)
void SetFleetId(FleetIdT &&value)
const Aws::String & GetNextToken() const
AWS_GAMELIFT_API DescribeGameSessionDetailsRequest()=default
bool StatusFilterHasBeenSet() const
bool GameSessionIdHasBeenSet() const
const Aws::String & GetLocation() const
const Aws::String & GetAliasId() const
DescribeGameSessionDetailsRequest & WithGameSessionId(GameSessionIdT &&value)
DescribeGameSessionDetailsRequest & WithLimit(int value)
bool LimitHasBeenSet() const
DescribeGameSessionDetailsRequest & WithStatusFilter(StatusFilterT &&value)
bool FleetIdHasBeenSet() const
const Aws::String & GetFleetId() const
DescribeGameSessionDetailsRequest & WithLocation(LocationT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetGameSessionId(GameSessionIdT &&value)
const Aws::String & GetStatusFilter() const
bool LocationHasBeenSet() const
DescribeGameSessionDetailsRequest & WithFleetId(FleetIdT &&value)
void SetAliasId(AliasIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String