/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents the input for a request action.See Also:
AWS
* API Reference
A unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline const Aws::VectorA unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline bool TicketIdsHasBeenSet() const { return m_ticketIdsHasBeenSet; } /** *A unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline void SetTicketIds(const Aws::VectorA unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline void SetTicketIds(Aws::VectorA unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline DescribeMatchmakingRequest& WithTicketIds(const Aws::VectorA unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline DescribeMatchmakingRequest& WithTicketIds(Aws::VectorA unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline DescribeMatchmakingRequest& AddTicketIds(const Aws::String& value) { m_ticketIdsHasBeenSet = true; m_ticketIds.push_back(value); return *this; } /** *A unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline DescribeMatchmakingRequest& AddTicketIds(Aws::String&& value) { m_ticketIdsHasBeenSet = true; m_ticketIds.push_back(std::move(value)); return *this; } /** *A unique identifier for a matchmaking ticket. You can include up to 10 ID * values.
*/ inline DescribeMatchmakingRequest& AddTicketIds(const char* value) { m_ticketIdsHasBeenSet = true; m_ticketIds.push_back(value); return *this; } private: Aws::Vector