7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FleetProxyRuleBehavior.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/codebuild/model/FleetProxyRule.h>
72 bool m_defaultBehaviorHasBeenSet =
false;
75 bool m_orderedProxyRulesHasBeenSet =
false;
void SetOrderedProxyRules(Aws::Vector< FleetProxyRule > &&value)
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultBehaviorHasBeenSet() const
void SetOrderedProxyRules(const Aws::Vector< FleetProxyRule > &value)
ProxyConfiguration & AddOrderedProxyRules(FleetProxyRule &&value)
ProxyConfiguration & AddOrderedProxyRules(const FleetProxyRule &value)
AWS_CODEBUILD_API ProxyConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< FleetProxyRule > & GetOrderedProxyRules() const
ProxyConfiguration & WithDefaultBehavior(FleetProxyRuleBehavior &&value)
bool OrderedProxyRulesHasBeenSet() const
AWS_CODEBUILD_API ProxyConfiguration()
const FleetProxyRuleBehavior & GetDefaultBehavior() const
AWS_CODEBUILD_API ProxyConfiguration(Aws::Utils::Json::JsonView jsonValue)
ProxyConfiguration & WithOrderedProxyRules(const Aws::Vector< FleetProxyRule > &value)
ProxyConfiguration & WithDefaultBehavior(const FleetProxyRuleBehavior &value)
void SetDefaultBehavior(FleetProxyRuleBehavior &&value)
void SetDefaultBehavior(const FleetProxyRuleBehavior &value)
ProxyConfiguration & WithOrderedProxyRules(Aws::Vector< FleetProxyRule > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue