7#include <aws/codebuild/CodeBuild_EXPORTS.h>
8#include <aws/codebuild/model/FleetProxyRuleType.h>
9#include <aws/codebuild/model/FleetProxyRuleEffectType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
85 bool m_typeHasBeenSet =
false;
88 bool m_effectHasBeenSet =
false;
91 bool m_entitiesHasBeenSet =
false;
const FleetProxyRuleType & GetType() const
FleetProxyRule & AddEntities(const Aws::String &value)
AWS_CODEBUILD_API FleetProxyRule()
AWS_CODEBUILD_API Aws::Utils::Json::JsonValue Jsonize() const
FleetProxyRule & WithEntities(const Aws::Vector< Aws::String > &value)
AWS_CODEBUILD_API FleetProxyRule(Aws::Utils::Json::JsonView jsonValue)
void SetEffect(FleetProxyRuleEffectType &&value)
void SetEffect(const FleetProxyRuleEffectType &value)
FleetProxyRule & AddEntities(const char *value)
const Aws::Vector< Aws::String > & GetEntities() const
AWS_CODEBUILD_API FleetProxyRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const FleetProxyRuleEffectType & GetEffect() const
FleetProxyRule & WithType(const FleetProxyRuleType &value)
FleetProxyRule & WithEffect(const FleetProxyRuleEffectType &value)
void SetEntities(Aws::Vector< Aws::String > &&value)
FleetProxyRule & AddEntities(Aws::String &&value)
void SetType(FleetProxyRuleType &&value)
bool TypeHasBeenSet() const
void SetType(const FleetProxyRuleType &value)
void SetEntities(const Aws::Vector< Aws::String > &value)
FleetProxyRule & WithType(FleetProxyRuleType &&value)
FleetProxyRule & WithEffect(FleetProxyRuleEffectType &&value)
bool EffectHasBeenSet() const
FleetProxyRule & WithEntities(Aws::Vector< Aws::String > &&value)
bool EntitiesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue