7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/FilterConfiguration.h>
11#include <aws/gamelift/model/GameSessionQueueDestination.h>
12#include <aws/gamelift/model/PlayerLatencyPolicy.h>
13#include <aws/gamelift/model/PriorityConfiguration.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
72 template <
typename GameSessionQueueArnT = Aws::String>
74 m_gameSessionQueueArnHasBeenSet =
true;
75 m_gameSessionQueueArn = std::forward<GameSessionQueueArnT>(value);
77 template <
typename GameSessionQueueArnT = Aws::String>
93 m_timeoutInSecondsHasBeenSet =
true;
94 m_timeoutInSeconds = value;
112 template <
typename PlayerLatencyPoliciesT = Aws::Vector<PlayerLatencyPolicy>>
114 m_playerLatencyPoliciesHasBeenSet =
true;
115 m_playerLatencyPolicies = std::forward<PlayerLatencyPoliciesT>(value);
117 template <
typename PlayerLatencyPoliciesT = Aws::Vector<PlayerLatencyPolicy>>
122 template <
typename PlayerLatencyPoliciesT = PlayerLatencyPolicy>
124 m_playerLatencyPoliciesHasBeenSet =
true;
125 m_playerLatencyPolicies.emplace_back(std::forward<PlayerLatencyPoliciesT>(value));
139 template <
typename DestinationsT = Aws::Vector<GameSessionQueueDestination>>
141 m_destinationsHasBeenSet =
true;
142 m_destinations = std::forward<DestinationsT>(value);
144 template <
typename DestinationsT = Aws::Vector<GameSessionQueueDestination>>
149 template <
typename DestinationsT = GameSessionQueueDestination>
151 m_destinationsHasBeenSet =
true;
152 m_destinations.emplace_back(std::forward<DestinationsT>(value));
166 template <
typename FilterConfigurationT = FilterConfiguration>
168 m_filterConfigurationHasBeenSet =
true;
169 m_filterConfiguration = std::forward<FilterConfigurationT>(value);
171 template <
typename FilterConfigurationT = FilterConfiguration>
187 template <
typename PriorityConfigurationT = PriorityConfiguration>
189 m_priorityConfigurationHasBeenSet =
true;
190 m_priorityConfiguration = std::forward<PriorityConfigurationT>(value);
192 template <
typename PriorityConfigurationT = PriorityConfiguration>
206 template <
typename CustomEventDataT = Aws::String>
208 m_customEventDataHasBeenSet =
true;
209 m_customEventData = std::forward<CustomEventDataT>(value);
211 template <
typename CustomEventDataT = Aws::String>
227 template <
typename NotificationTargetT = Aws::String>
229 m_notificationTargetHasBeenSet =
true;
230 m_notificationTarget = std::forward<NotificationTargetT>(value);
232 template <
typename NotificationTargetT = Aws::String>
243 int m_timeoutInSeconds{0};
249 FilterConfiguration m_filterConfiguration;
251 PriorityConfiguration m_priorityConfiguration;
256 bool m_nameHasBeenSet =
false;
257 bool m_gameSessionQueueArnHasBeenSet =
false;
258 bool m_timeoutInSecondsHasBeenSet =
false;
259 bool m_playerLatencyPoliciesHasBeenSet =
false;
260 bool m_destinationsHasBeenSet =
false;
261 bool m_filterConfigurationHasBeenSet =
false;
262 bool m_priorityConfigurationHasBeenSet =
false;
263 bool m_customEventDataHasBeenSet =
false;
264 bool m_notificationTargetHasBeenSet =
false;
bool DestinationsHasBeenSet() const
void SetCustomEventData(CustomEventDataT &&value)
AWS_GAMELIFT_API GameSessionQueue & operator=(Aws::Utils::Json::JsonView jsonValue)
GameSessionQueue & WithGameSessionQueueArn(GameSessionQueueArnT &&value)
void SetPlayerLatencyPolicies(PlayerLatencyPoliciesT &&value)
GameSessionQueue & AddPlayerLatencyPolicies(PlayerLatencyPoliciesT &&value)
AWS_GAMELIFT_API GameSessionQueue()=default
bool TimeoutInSecondsHasBeenSet() const
void SetDestinations(DestinationsT &&value)
GameSessionQueue & AddDestinations(DestinationsT &&value)
GameSessionQueue & WithPlayerLatencyPolicies(PlayerLatencyPoliciesT &&value)
int GetTimeoutInSeconds() const
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
bool GameSessionQueueArnHasBeenSet() const
GameSessionQueue & WithName(NameT &&value)
bool PriorityConfigurationHasBeenSet() const
const FilterConfiguration & GetFilterConfiguration() const
GameSessionQueue & WithTimeoutInSeconds(int value)
GameSessionQueue & WithFilterConfiguration(FilterConfigurationT &&value)
const Aws::String & GetNotificationTarget() const
void SetTimeoutInSeconds(int value)
void SetFilterConfiguration(FilterConfigurationT &&value)
const Aws::Vector< PlayerLatencyPolicy > & GetPlayerLatencyPolicies() const
const Aws::String & GetGameSessionQueueArn() const
const Aws::String & GetCustomEventData() const
GameSessionQueue & WithDestinations(DestinationsT &&value)
bool NameHasBeenSet() const
GameSessionQueue & WithCustomEventData(CustomEventDataT &&value)
bool PlayerLatencyPoliciesHasBeenSet() const
bool NotificationTargetHasBeenSet() const
bool FilterConfigurationHasBeenSet() const
void SetNotificationTarget(NotificationTargetT &&value)
void SetGameSessionQueueArn(GameSessionQueueArnT &&value)
const Aws::String & GetName() const
const PriorityConfiguration & GetPriorityConfiguration() const
void SetPriorityConfiguration(PriorityConfigurationT &&value)
AWS_GAMELIFT_API GameSessionQueue(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< GameSessionQueueDestination > & GetDestinations() const
bool CustomEventDataHasBeenSet() const
GameSessionQueue & WithNotificationTarget(NotificationTargetT &&value)
GameSessionQueue & WithPriorityConfiguration(PriorityConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue