7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename StatusT = Aws::String>
54 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
55 template<
typename StatusT = Aws::String>
65 template<
typename EC2SecurityGroupNameT = Aws::String>
66 void SetEC2SecurityGroupName(EC2SecurityGroupNameT&& value) { m_eC2SecurityGroupNameHasBeenSet =
true; m_eC2SecurityGroupName = std::forward<EC2SecurityGroupNameT>(value); }
67 template<
typename EC2SecurityGroupNameT = Aws::String>
77 template<
typename EC2SecurityGroupIdT = Aws::String>
78 void SetEC2SecurityGroupId(EC2SecurityGroupIdT&& value) { m_eC2SecurityGroupIdHasBeenSet =
true; m_eC2SecurityGroupId = std::forward<EC2SecurityGroupIdT>(value); }
79 template<
typename EC2SecurityGroupIdT = Aws::String>
90 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
91 void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT&& value) { m_eC2SecurityGroupOwnerIdHasBeenSet =
true; m_eC2SecurityGroupOwnerId = std::forward<EC2SecurityGroupOwnerIdT>(value); }
92 template<
typename EC2SecurityGroupOwnerIdT = Aws::String>
98 bool m_statusHasBeenSet =
false;
101 bool m_eC2SecurityGroupNameHasBeenSet =
false;
104 bool m_eC2SecurityGroupIdHasBeenSet =
false;
107 bool m_eC2SecurityGroupOwnerIdHasBeenSet =
false;
AWS_RDS_API EC2SecurityGroup()=default
const Aws::String & GetStatus() const
EC2SecurityGroup & WithEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetEC2SecurityGroupId() const
bool StatusHasBeenSet() const
bool EC2SecurityGroupNameHasBeenSet() const
bool EC2SecurityGroupIdHasBeenSet() const
const Aws::String & GetEC2SecurityGroupOwnerId() const
const Aws::String & GetEC2SecurityGroupName() const
AWS_RDS_API EC2SecurityGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEC2SecurityGroupOwnerId(EC2SecurityGroupOwnerIdT &&value)
EC2SecurityGroup & WithEC2SecurityGroupId(EC2SecurityGroupIdT &&value)
EC2SecurityGroup & WithStatus(StatusT &&value)
EC2SecurityGroup & WithEC2SecurityGroupName(EC2SecurityGroupNameT &&value)
bool EC2SecurityGroupOwnerIdHasBeenSet() const
void SetStatus(StatusT &&value)
void SetEC2SecurityGroupId(EC2SecurityGroupIdT &&value)
AWS_RDS_API EC2SecurityGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream