7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLiftRequest.h>
10#include <aws/gamelift/GameLift_EXPORTS.h>
11#include <aws/gamelift/model/BackfillMode.h>
12#include <aws/gamelift/model/FlexMatchMode.h>
13#include <aws/gamelift/model/GameProperty.h>
14#include <aws/gamelift/model/Tag.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename DescriptionT = Aws::String>
65 m_descriptionHasBeenSet =
true;
66 m_description = std::forward<DescriptionT>(value);
68 template <
typename DescriptionT = Aws::String>
89 template <
typename GameSessionQueueArnsT = Aws::Vector<Aws::String>>
91 m_gameSessionQueueArnsHasBeenSet =
true;
92 m_gameSessionQueueArns = std::forward<GameSessionQueueArnsT>(value);
94 template <
typename GameSessionQueueArnsT = Aws::Vector<Aws::String>>
99 template <
typename GameSessionQueueArnsT = Aws::String>
101 m_gameSessionQueueArnsHasBeenSet =
true;
102 m_gameSessionQueueArns.emplace_back(std::forward<GameSessionQueueArnsT>(value));
116 m_requestTimeoutSecondsHasBeenSet =
true;
117 m_requestTimeoutSeconds = value;
133 m_acceptanceTimeoutSecondsHasBeenSet =
true;
134 m_acceptanceTimeoutSeconds = value;
153 m_acceptanceRequiredHasBeenSet =
true;
154 m_acceptanceRequired = value;
170 template <
typename RuleSetNameT = Aws::String>
172 m_ruleSetNameHasBeenSet =
true;
173 m_ruleSetName = std::forward<RuleSetNameT>(value);
175 template <
typename RuleSetNameT = Aws::String>
190 template <
typename NotificationTargetT = Aws::String>
192 m_notificationTargetHasBeenSet =
true;
193 m_notificationTarget = std::forward<NotificationTargetT>(value);
195 template <
typename NotificationTargetT = Aws::String>
213 m_additionalPlayerCountHasBeenSet =
true;
214 m_additionalPlayerCount = value;
229 template <
typename CustomEventDataT = Aws::String>
231 m_customEventDataHasBeenSet =
true;
232 m_customEventData = std::forward<CustomEventDataT>(value);
234 template <
typename CustomEventDataT = Aws::String>
254 template <
typename GamePropertiesT = Aws::Vector<GameProperty>>
256 m_gamePropertiesHasBeenSet =
true;
257 m_gameProperties = std::forward<GamePropertiesT>(value);
259 template <
typename GamePropertiesT = Aws::Vector<GameProperty>>
264 template <
typename GamePropertiesT = GameProperty>
266 m_gamePropertiesHasBeenSet =
true;
267 m_gameProperties.emplace_back(std::forward<GamePropertiesT>(value));
285 template <
typename GameSessionDataT = Aws::String>
287 m_gameSessionDataHasBeenSet =
true;
288 m_gameSessionData = std::forward<GameSessionDataT>(value);
290 template <
typename GameSessionDataT = Aws::String>
312 m_backfillModeHasBeenSet =
true;
313 m_backfillMode = value;
335 m_flexMatchModeHasBeenSet =
true;
336 m_flexMatchMode = value;
356 template <
typename TagsT = Aws::Vector<Tag>>
358 m_tagsHasBeenSet =
true;
359 m_tags = std::forward<TagsT>(value);
361 template <
typename TagsT = Aws::Vector<Tag>>
363 SetTags(std::forward<TagsT>(value));
366 template <
typename TagsT = Tag>
368 m_tagsHasBeenSet =
true;
369 m_tags.emplace_back(std::forward<TagsT>(value));
380 int m_requestTimeoutSeconds{0};
382 int m_acceptanceTimeoutSeconds{0};
384 bool m_acceptanceRequired{
false};
390 int m_additionalPlayerCount{0};
403 bool m_nameHasBeenSet =
false;
404 bool m_descriptionHasBeenSet =
false;
405 bool m_gameSessionQueueArnsHasBeenSet =
false;
406 bool m_requestTimeoutSecondsHasBeenSet =
false;
407 bool m_acceptanceTimeoutSecondsHasBeenSet =
false;
408 bool m_acceptanceRequiredHasBeenSet =
false;
409 bool m_ruleSetNameHasBeenSet =
false;
410 bool m_notificationTargetHasBeenSet =
false;
411 bool m_additionalPlayerCountHasBeenSet =
false;
412 bool m_customEventDataHasBeenSet =
false;
413 bool m_gamePropertiesHasBeenSet =
false;
414 bool m_gameSessionDataHasBeenSet =
false;
415 bool m_backfillModeHasBeenSet =
false;
416 bool m_flexMatchModeHasBeenSet =
false;
417 bool m_tagsHasBeenSet =
false;
CreateMatchmakingConfigurationRequest & WithFlexMatchMode(FlexMatchMode value)
CreateMatchmakingConfigurationRequest & WithBackfillMode(BackfillMode value)
bool TagsHasBeenSet() const
void SetAdditionalPlayerCount(int value)
bool GameSessionQueueArnsHasBeenSet() const
bool RuleSetNameHasBeenSet() const
BackfillMode GetBackfillMode() const
bool DescriptionHasBeenSet() const
bool GamePropertiesHasBeenSet() const
void SetNotificationTarget(NotificationTargetT &&value)
void SetCustomEventData(CustomEventDataT &&value)
CreateMatchmakingConfigurationRequest & WithAdditionalPlayerCount(int value)
CreateMatchmakingConfigurationRequest & AddTags(TagsT &&value)
bool RequestTimeoutSecondsHasBeenSet() const
const Aws::String & GetNotificationTarget() const
CreateMatchmakingConfigurationRequest & WithTags(TagsT &&value)
const Aws::String & GetCustomEventData() const
bool BackfillModeHasBeenSet() const
bool GetAcceptanceRequired() const
bool GameSessionDataHasBeenSet() const
const Aws::String & GetRuleSetName() const
void SetBackfillMode(BackfillMode value)
const Aws::String & GetGameSessionData() const
void SetGameSessionData(GameSessionDataT &&value)
CreateMatchmakingConfigurationRequest & WithDescription(DescriptionT &&value)
CreateMatchmakingConfigurationRequest & WithNotificationTarget(NotificationTargetT &&value)
CreateMatchmakingConfigurationRequest & AddGameSessionQueueArns(GameSessionQueueArnsT &&value)
CreateMatchmakingConfigurationRequest & WithAcceptanceRequired(bool value)
FlexMatchMode GetFlexMatchMode() const
AWS_GAMELIFT_API Aws::String SerializePayload() const override
int GetRequestTimeoutSeconds() const
CreateMatchmakingConfigurationRequest & WithRequestTimeoutSeconds(int value)
CreateMatchmakingConfigurationRequest & AddGameProperties(GamePropertiesT &&value)
bool AcceptanceRequiredHasBeenSet() const
const Aws::String & GetName() const
void SetTags(TagsT &&value)
CreateMatchmakingConfigurationRequest & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GAMELIFT_API CreateMatchmakingConfigurationRequest()=default
bool NotificationTargetHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool AcceptanceTimeoutSecondsHasBeenSet() const
bool FlexMatchModeHasBeenSet() const
bool AdditionalPlayerCountHasBeenSet() const
void SetRequestTimeoutSeconds(int value)
CreateMatchmakingConfigurationRequest & WithGameSessionQueueArns(GameSessionQueueArnsT &&value)
const Aws::Vector< GameProperty > & GetGameProperties() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
int GetAdditionalPlayerCount() const
const Aws::Vector< Aws::String > & GetGameSessionQueueArns() const
CreateMatchmakingConfigurationRequest & WithGameSessionData(GameSessionDataT &&value)
CreateMatchmakingConfigurationRequest & WithCustomEventData(CustomEventDataT &&value)
int GetAcceptanceTimeoutSeconds() const
void SetRuleSetName(RuleSetNameT &&value)
void SetGameSessionQueueArns(GameSessionQueueArnsT &&value)
void SetGameProperties(GamePropertiesT &&value)
void SetAcceptanceRequired(bool value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAcceptanceTimeoutSeconds(int value)
bool CustomEventDataHasBeenSet() const
CreateMatchmakingConfigurationRequest & WithRuleSetName(RuleSetNameT &&value)
virtual const char * GetServiceRequestName() const override
CreateMatchmakingConfigurationRequest & WithGameProperties(GamePropertiesT &&value)
bool NameHasBeenSet() const
CreateMatchmakingConfigurationRequest & WithAcceptanceTimeoutSeconds(int value)
void SetFlexMatchMode(FlexMatchMode value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector