7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename VpcSecurityGroupIdT = Aws::String>
50 void SetVpcSecurityGroupId(VpcSecurityGroupIdT&& value) { m_vpcSecurityGroupIdHasBeenSet =
true; m_vpcSecurityGroupId = std::forward<VpcSecurityGroupIdT>(value); }
51 template<
typename VpcSecurityGroupIdT = Aws::String>
61 template<
typename StatusT = Aws::String>
62 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
63 template<
typename StatusT = Aws::String>
69 bool m_vpcSecurityGroupIdHasBeenSet =
false;
72 bool m_statusHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetStatus(StatusT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetVpcSecurityGroupId(VpcSecurityGroupIdT &&value)
AWS_NEPTUNE_API VpcSecurityGroupMembership(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStatus() const
bool VpcSecurityGroupIdHasBeenSet() const
AWS_NEPTUNE_API VpcSecurityGroupMembership()=default
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
VpcSecurityGroupMembership & WithStatus(StatusT &&value)
AWS_NEPTUNE_API VpcSecurityGroupMembership & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
VpcSecurityGroupMembership & WithVpcSecurityGroupId(VpcSecurityGroupIdT &&value)
const Aws::String & GetVpcSecurityGroupId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream