7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ec2/EC2_EXPORTS.h>
43 template <
typename GroupIdT = Aws::String>
45 m_groupIdHasBeenSet =
true;
46 m_groupId = std::forward<GroupIdT>(value);
48 template <
typename GroupIdT = Aws::String>
61 template <
typename PeeringStatusT = Aws::String>
63 m_peeringStatusHasBeenSet =
true;
64 m_peeringStatus = std::forward<PeeringStatusT>(value);
66 template <
typename PeeringStatusT = Aws::String>
79 template <
typename UserIdT = Aws::String>
81 m_userIdHasBeenSet =
true;
82 m_userId = std::forward<UserIdT>(value);
84 template <
typename UserIdT = Aws::String>
97 template <
typename VpcIdT = Aws::String>
99 m_vpcIdHasBeenSet =
true;
100 m_vpcId = std::forward<VpcIdT>(value);
102 template <
typename VpcIdT = Aws::String>
104 SetVpcId(std::forward<VpcIdT>(value));
115 template <
typename VpcPeeringConnectionIdT = Aws::String>
117 m_vpcPeeringConnectionIdHasBeenSet =
true;
118 m_vpcPeeringConnectionId = std::forward<VpcPeeringConnectionIdT>(value);
120 template <
typename VpcPeeringConnectionIdT = Aws::String>
136 bool m_groupIdHasBeenSet =
false;
137 bool m_peeringStatusHasBeenSet =
false;
138 bool m_userIdHasBeenSet =
false;
139 bool m_vpcIdHasBeenSet =
false;
140 bool m_vpcPeeringConnectionIdHasBeenSet =
false;
void SetUserId(UserIdT &&value)
void SetVpcPeeringConnectionId(VpcPeeringConnectionIdT &&value)
ReferencedSecurityGroup & WithGroupId(GroupIdT &&value)
bool UserIdHasBeenSet() const
const Aws::String & GetPeeringStatus() const
bool VpcPeeringConnectionIdHasBeenSet() const
void SetVpcId(VpcIdT &&value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetGroupId() const
void SetGroupId(GroupIdT &&value)
const Aws::String & GetUserId() const
ReferencedSecurityGroup & WithPeeringStatus(PeeringStatusT &&value)
ReferencedSecurityGroup & WithVpcId(VpcIdT &&value)
const Aws::String & GetVpcId() const
void SetPeeringStatus(PeeringStatusT &&value)
AWS_EC2_API ReferencedSecurityGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetVpcPeeringConnectionId() const
ReferencedSecurityGroup & WithVpcPeeringConnectionId(VpcPeeringConnectionIdT &&value)
bool PeeringStatusHasBeenSet() const
AWS_EC2_API ReferencedSecurityGroup()=default
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_EC2_API ReferencedSecurityGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
bool GroupIdHasBeenSet() const
bool VpcIdHasBeenSet() const
ReferencedSecurityGroup & WithUserId(UserIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream