7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/model/PlacementFallbackStrategy.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
84 template<
typename LocationOrderT = Aws::Vector<Aws::String>>
85 void SetLocationOrder(LocationOrderT&& value) { m_locationOrderHasBeenSet =
true; m_locationOrder = std::forward<LocationOrderT>(value); }
86 template<
typename LocationOrderT = Aws::Vector<Aws::String>>
88 template<
typename LocationOrderT = Aws::String>
94 bool m_placementFallbackStrategyHasBeenSet =
false;
97 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