/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the returned data in response to a request action.See
* Also:
AWS
* API Reference
A collection of existing matchmaking ticket objects matching the request.
*/ inline const Aws::VectorA collection of existing matchmaking ticket objects matching the request.
*/ inline void SetTicketList(const Aws::VectorA collection of existing matchmaking ticket objects matching the request.
*/ inline void SetTicketList(Aws::VectorA collection of existing matchmaking ticket objects matching the request.
*/ inline DescribeMatchmakingResult& WithTicketList(const Aws::VectorA collection of existing matchmaking ticket objects matching the request.
*/ inline DescribeMatchmakingResult& WithTicketList(Aws::VectorA collection of existing matchmaking ticket objects matching the request.
*/ inline DescribeMatchmakingResult& AddTicketList(const MatchmakingTicket& value) { m_ticketList.push_back(value); return *this; } /** *A collection of existing matchmaking ticket objects matching the request.
*/ inline DescribeMatchmakingResult& AddTicketList(MatchmakingTicket&& value) { m_ticketList.push_back(std::move(value)); return *this; } private: Aws::Vector