7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
50 inline void SetIpV4Cidr(
const char* value) { m_ipV4CidrHasBeenSet =
true; m_ipV4Cidr.assign(value); }
64 inline void SetPrefixListId(
const char* value) { m_prefixListIdHasBeenSet =
true; m_prefixListId.assign(value); }
78 inline void SetIpV6Cidr(
const char* value) { m_ipV6CidrHasBeenSet =
true; m_ipV6Cidr.assign(value); }
122 inline void SetRouteTableId(
const char* value) { m_routeTableIdHasBeenSet =
true; m_routeTableId.assign(value); }
130 bool m_ipV4CidrHasBeenSet =
false;
133 bool m_prefixListIdHasBeenSet =
false;
136 bool m_ipV6CidrHasBeenSet =
false;
139 bool m_contributingSubnetsHasBeenSet =
false;
142 bool m_allowedTargetsHasBeenSet =
false;
145 bool m_routeTableIdHasBeenSet =
false;
ExpectedRoute & AddContributingSubnets(Aws::String &&value)
bool RouteTableIdHasBeenSet() const
void SetIpV4Cidr(Aws::String &&value)
void SetAllowedTargets(Aws::Vector< Aws::String > &&value)
ExpectedRoute & WithContributingSubnets(const Aws::Vector< Aws::String > &value)
void SetPrefixListId(const char *value)
ExpectedRoute & WithRouteTableId(Aws::String &&value)
ExpectedRoute & WithPrefixListId(const char *value)
ExpectedRoute & WithContributingSubnets(Aws::Vector< Aws::String > &&value)
ExpectedRoute & AddContributingSubnets(const char *value)
ExpectedRoute & WithAllowedTargets(const Aws::Vector< Aws::String > &value)
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool PrefixListIdHasBeenSet() const
void SetIpV6Cidr(const Aws::String &value)
bool AllowedTargetsHasBeenSet() const
ExpectedRoute & WithPrefixListId(const Aws::String &value)
ExpectedRoute & WithIpV6Cidr(Aws::String &&value)
ExpectedRoute & WithPrefixListId(Aws::String &&value)
void SetRouteTableId(const Aws::String &value)
AWS_FMS_API ExpectedRoute(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API ExpectedRoute()
const Aws::String & GetIpV6Cidr() const
ExpectedRoute & AddAllowedTargets(const Aws::String &value)
ExpectedRoute & WithRouteTableId(const Aws::String &value)
ExpectedRoute & WithIpV4Cidr(Aws::String &&value)
ExpectedRoute & WithRouteTableId(const char *value)
void SetIpV6Cidr(Aws::String &&value)
void SetIpV6Cidr(const char *value)
ExpectedRoute & WithIpV6Cidr(const char *value)
void SetPrefixListId(Aws::String &&value)
void SetIpV4Cidr(const char *value)
void SetContributingSubnets(const Aws::Vector< Aws::String > &value)
AWS_FMS_API ExpectedRoute & operator=(Aws::Utils::Json::JsonView jsonValue)
ExpectedRoute & WithIpV4Cidr(const char *value)
void SetAllowedTargets(const Aws::Vector< Aws::String > &value)
ExpectedRoute & WithAllowedTargets(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetContributingSubnets() const
const Aws::String & GetPrefixListId() const
bool IpV6CidrHasBeenSet() const
const Aws::Vector< Aws::String > & GetAllowedTargets() const
bool ContributingSubnetsHasBeenSet() const
ExpectedRoute & AddAllowedTargets(const char *value)
ExpectedRoute & WithIpV4Cidr(const Aws::String &value)
ExpectedRoute & WithIpV6Cidr(const Aws::String &value)
ExpectedRoute & AddContributingSubnets(const Aws::String &value)
const Aws::String & GetIpV4Cidr() const
const Aws::String & GetRouteTableId() const
void SetRouteTableId(const char *value)
bool IpV4CidrHasBeenSet() const
void SetIpV4Cidr(const Aws::String &value)
void SetPrefixListId(const Aws::String &value)
void SetContributingSubnets(Aws::Vector< Aws::String > &&value)
void SetRouteTableId(Aws::String &&value)
ExpectedRoute & AddAllowedTargets(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue