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/PlacementFallbackStrategy.h>
64 m_placementFallbackStrategyHasBeenSet =
true;
65 m_placementFallbackStrategy = value;
84 template <
typename LocationOrderT = Aws::Vector<Aws::String>>
86 m_locationOrderHasBeenSet =
true;
87 m_locationOrder = std::forward<LocationOrderT>(value);
89 template <
typename LocationOrderT = Aws::Vector<Aws::String>>
94 template <
typename LocationOrderT = Aws::String>
96 m_locationOrderHasBeenSet =
true;
97 m_locationOrder.emplace_back(std::forward<LocationOrderT>(value));
105 bool m_placementFallbackStrategyHasBeenSet =
false;
106 bool m_locationOrderHasBeenSet =
false;
PlacementFallbackStrategy GetPlacementFallbackStrategy() const
AWS_GAMELIFT_API PriorityConfigurationOverride(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API PriorityConfigurationOverride & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API PriorityConfigurationOverride()=default
void SetPlacementFallbackStrategy(PlacementFallbackStrategy value)
PriorityConfigurationOverride & WithLocationOrder(LocationOrderT &&value)
PriorityConfigurationOverride & AddLocationOrder(LocationOrderT &&value)
void SetLocationOrder(LocationOrderT &&value)
const Aws::Vector< Aws::String > & GetLocationOrder() const
PriorityConfigurationOverride & WithPlacementFallbackStrategy(PlacementFallbackStrategy value)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PlacementFallbackStrategyHasBeenSet() const
bool LocationOrderHasBeenSet() const
PlacementFallbackStrategy
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue