7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ec2/model/RouteTableAssociation.h>
12#include <aws/ec2/model/PropagatingVgw.h>
13#include <aws/ec2/model/Route.h>
14#include <aws/ec2/model/Tag.h>
83 inline void SetRouteTableId(
const char* value) { m_routeTableIdHasBeenSet =
true; m_routeTableId.assign(value); }
113 inline RouteTable&
AddTags(
const Tag& value) { m_tagsHasBeenSet =
true; m_tags.push_back(value);
return *
this; }
114 inline RouteTable&
AddTags(
Tag&& value) { m_tagsHasBeenSet =
true; m_tags.push_back(std::move(value));
return *
this; }
125 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
139 inline void SetOwnerId(
const char* value) { m_ownerIdHasBeenSet =
true; m_ownerId.assign(value); }
147 bool m_associationsHasBeenSet =
false;
150 bool m_propagatingVgwsHasBeenSet =
false;
153 bool m_routeTableIdHasBeenSet =
false;
156 bool m_routesHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
162 bool m_vpcIdHasBeenSet =
false;
165 bool m_ownerIdHasBeenSet =
false;
void SetRoutes(const Aws::Vector< Route > &value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TagsHasBeenSet() const
RouteTable & AddRoutes(Route &&value)
RouteTable & WithRoutes(Aws::Vector< Route > &&value)
RouteTable & WithOwnerId(const char *value)
void SetPropagatingVgws(const Aws::Vector< PropagatingVgw > &value)
bool VpcIdHasBeenSet() const
RouteTable & WithOwnerId(const Aws::String &value)
RouteTable & AddPropagatingVgws(const PropagatingVgw &value)
RouteTable & AddAssociations(const RouteTableAssociation &value)
void SetOwnerId(Aws::String &&value)
RouteTable & AddAssociations(RouteTableAssociation &&value)
bool PropagatingVgwsHasBeenSet() const
void SetAssociations(const Aws::Vector< RouteTableAssociation > &value)
RouteTable & WithRouteTableId(const Aws::String &value)
const Aws::Vector< PropagatingVgw > & GetPropagatingVgws() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetVpcId(const Aws::String &value)
bool AssociationsHasBeenSet() const
void SetVpcId(Aws::String &&value)
void SetTags(const Aws::Vector< Tag > &value)
RouteTable & WithTags(Aws::Vector< Tag > &&value)
RouteTable & WithOwnerId(Aws::String &&value)
RouteTable & AddTags(const Tag &value)
RouteTable & WithVpcId(const Aws::String &value)
AWS_EC2_API RouteTable & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRoutes(Aws::Vector< Route > &&value)
RouteTable & WithPropagatingVgws(Aws::Vector< PropagatingVgw > &&value)
RouteTable & AddTags(Tag &&value)
RouteTable & WithRoutes(const Aws::Vector< Route > &value)
RouteTable & WithVpcId(const char *value)
RouteTable & WithRouteTableId(const char *value)
void SetAssociations(Aws::Vector< RouteTableAssociation > &&value)
void SetRouteTableId(const char *value)
RouteTable & WithVpcId(Aws::String &&value)
const Aws::Vector< RouteTableAssociation > & GetAssociations() const
void SetOwnerId(const Aws::String &value)
const Aws::String & GetVpcId() const
void SetRouteTableId(const Aws::String &value)
AWS_EC2_API RouteTable(const Aws::Utils::Xml::XmlNode &xmlNode)
RouteTable & WithAssociations(const Aws::Vector< RouteTableAssociation > &value)
void SetTags(Aws::Vector< Tag > &&value)
RouteTable & WithTags(const Aws::Vector< Tag > &value)
RouteTable & AddRoutes(const Route &value)
const Aws::Vector< Route > & GetRoutes() const
void SetRouteTableId(Aws::String &&value)
void SetPropagatingVgws(Aws::Vector< PropagatingVgw > &&value)
bool RouteTableIdHasBeenSet() const
bool RoutesHasBeenSet() const
RouteTable & WithPropagatingVgws(const Aws::Vector< PropagatingVgw > &value)
void SetOwnerId(const char *value)
const Aws::Vector< Tag > & GetTags() const
bool OwnerIdHasBeenSet() const
const Aws::String & GetOwnerId() const
RouteTable & WithAssociations(Aws::Vector< RouteTableAssociation > &&value)
RouteTable & WithRouteTableId(Aws::String &&value)
void SetVpcId(const char *value)
RouteTable & AddPropagatingVgws(PropagatingVgw &&value)
const Aws::String & GetRouteTableId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream