7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ec2/EC2_EXPORTS.h>
11#include <aws/ec2/model/Tag.h>
46 m_classicLinkEnabledHasBeenSet =
true;
47 m_classicLinkEnabled = value;
61 template <
typename TagsT = Aws::Vector<Tag>>
63 m_tagsHasBeenSet =
true;
64 m_tags = std::forward<TagsT>(value);
66 template <
typename TagsT = Aws::Vector<Tag>>
68 SetTags(std::forward<TagsT>(value));
71 template <
typename TagsT = Tag>
73 m_tagsHasBeenSet =
true;
74 m_tags.emplace_back(std::forward<TagsT>(value));
85 template <
typename VpcIdT = Aws::String>
87 m_vpcIdHasBeenSet =
true;
88 m_vpcId = std::forward<VpcIdT>(value);
90 template <
typename VpcIdT = Aws::String>
92 SetVpcId(std::forward<VpcIdT>(value));
97 bool m_classicLinkEnabled{
false};
102 bool m_classicLinkEnabledHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
104 bool m_vpcIdHasBeenSet =
false;
void SetTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool GetClassicLinkEnabled() const
VpcClassicLink & WithClassicLinkEnabled(bool value)
void SetVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
AWS_EC2_API VpcClassicLink(const Aws::Utils::Xml::XmlNode &xmlNode)
VpcClassicLink & AddTags(TagsT &&value)
AWS_EC2_API VpcClassicLink()=default
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool TagsHasBeenSet() const
bool VpcIdHasBeenSet() const
AWS_EC2_API VpcClassicLink & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetClassicLinkEnabled(bool value)
bool ClassicLinkEnabledHasBeenSet() const
VpcClassicLink & WithVpcId(VpcIdT &&value)
VpcClassicLink & WithTags(TagsT &&value)
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