49 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
50 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
70 inline void SetRouteTableId(
const char* value) { m_routeTableIdHasBeenSet =
true; m_routeTableId.assign(value); }
105 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
220 inline RouteTable&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
264 bool m_routeTableIdHasBeenSet;
266 bool m_vpcIdHasBeenSet;
268 bool m_routesHasBeenSet;
270 bool m_associationsHasBeenSet;
272 bool m_tagsHasBeenSet;
274 bool m_propagatingVgwsHasBeenSet;
void SetAssociations(Aws::Vector< RouteTableAssociation > &&value)
RouteTable & WithPropagatingVgws(const Aws::Vector< PropagatingVgw > &value)
RouteTable & WithRouteTableId(const char *value)
RouteTable & WithAssociations(const Aws::Vector< RouteTableAssociation > &value)
void SetRoutes(const Aws::Vector< Route > &value)
void SetRouteTableId(const Aws::String &value)
void SetPropagatingVgws(Aws::Vector< PropagatingVgw > &&value)
RouteTable & AddAssociations(const RouteTableAssociation &value)
void SetAssociations(const Aws::Vector< RouteTableAssociation > &value)
std::vector< T, Aws::Allocator< T > > Vector
RouteTable & AddPropagatingVgws(PropagatingVgw &&value)
const Aws::String & GetVpcId() const
RouteTable & AddPropagatingVgws(const PropagatingVgw &value)
void SetVpcId(const char *value)
void SetPropagatingVgws(const Aws::Vector< PropagatingVgw > &value)
RouteTable & WithVpcId(const char *value)
const Aws::Vector< RouteTableAssociation > & GetAssociations() const
RouteTable & WithVpcId(Aws::String &&value)
RouteTable & WithTags(const Aws::Vector< Tag > &value)
RouteTable & AddAssociations(RouteTableAssociation &&value)
void SetTags(Aws::Vector< Tag > &&value)
void SetVpcId(Aws::String &&value)
RouteTable & WithRoutes(Aws::Vector< Route > &&value)
RouteTable & AddTags(const Tag &value)
RouteTable & WithAssociations(Aws::Vector< RouteTableAssociation > &&value)
void SetRoutes(Aws::Vector< Route > &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
RouteTable & WithRouteTableId(Aws::String &&value)
void SetRouteTableId(Aws::String &&value)
RouteTable & WithRoutes(const Aws::Vector< Route > &value)
const Aws::String & GetRouteTableId() const
const Aws::Vector< Tag > & GetTags() const
void SetVpcId(const Aws::String &value)
RouteTable & AddRoutes(const Route &value)
RouteTable & AddTags(Tag &&value)
RouteTable & WithRouteTableId(const Aws::String &value)
RouteTable & WithTags(Aws::Vector< Tag > &&value)
void SetTags(const Aws::Vector< Tag > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
const Aws::Vector< PropagatingVgw > & GetPropagatingVgws() const
void SetRouteTableId(const char *value)
const Aws::Vector< Route > & GetRoutes() const
RouteTable & AddRoutes(Route &&value)
RouteTable & WithPropagatingVgws(Aws::Vector< PropagatingVgw > &&value)
RouteTable & WithVpcId(const Aws::String &value)
JSON (JavaScript Object Notation).