7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/model/ContainerPortRange.h>
67 template<
typename ContainerPortRangesT = Aws::Vector<ContainerPortRange>>
68 void SetContainerPortRanges(ContainerPortRangesT&& value) { m_containerPortRangesHasBeenSet =
true; m_containerPortRanges = std::forward<ContainerPortRangesT>(value); }
69 template<
typename ContainerPortRangesT = Aws::Vector<ContainerPortRange>>
71 template<
typename ContainerPortRangesT = ContainerPortRange>
77 bool m_containerPortRangesHasBeenSet =
false;
ContainerPortConfiguration & AddContainerPortRanges(ContainerPortRangesT &&value)
AWS_GAMELIFT_API Aws::Utils::Json::JsonValue Jsonize() const
ContainerPortConfiguration & WithContainerPortRanges(ContainerPortRangesT &&value)
AWS_GAMELIFT_API ContainerPortConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GAMELIFT_API ContainerPortConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContainerPortRanges(ContainerPortRangesT &&value)
AWS_GAMELIFT_API ContainerPortConfiguration()=default
const Aws::Vector< ContainerPortRange > & GetContainerPortRanges() const
bool ContainerPortRangesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue