/**
* 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 player session objects created for the added players.
*/ inline const Aws::VectorA collection of player session objects created for the added players.
*/ inline void SetPlayerSessions(const Aws::VectorA collection of player session objects created for the added players.
*/ inline void SetPlayerSessions(Aws::VectorA collection of player session objects created for the added players.
*/ inline CreatePlayerSessionsResult& WithPlayerSessions(const Aws::VectorA collection of player session objects created for the added players.
*/ inline CreatePlayerSessionsResult& WithPlayerSessions(Aws::VectorA collection of player session objects created for the added players.
*/ inline CreatePlayerSessionsResult& AddPlayerSessions(const PlayerSession& value) { m_playerSessions.push_back(value); return *this; } /** *A collection of player session objects created for the added players.
*/ inline CreatePlayerSessionsResult& AddPlayerSessions(PlayerSession&& value) { m_playerSessions.push_back(std::move(value)); return *this; } private: Aws::Vector