7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
44 template <
typename StatusT = Aws::String>
46 m_statusHasBeenSet =
true;
47 m_status = std::forward<StatusT>(value);
49 template <
typename StatusT = Aws::String>
62 template <
typename CIDRIPT = Aws::String>
64 m_cIDRIPHasBeenSet =
true;
65 m_cIDRIP = std::forward<CIDRIPT>(value);
67 template <
typename CIDRIPT = Aws::String>
77 bool m_statusHasBeenSet =
false;
78 bool m_cIDRIPHasBeenSet =
false;
AWS_RDS_API IPRange()=default
AWS_RDS_API IPRange & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetStatus() const
AWS_RDS_API IPRange(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(StatusT &&value)
bool CIDRIPHasBeenSet() const
IPRange & WithStatus(StatusT &&value)
bool StatusHasBeenSet() const
IPRange & WithCIDRIP(CIDRIPT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetCIDRIP() const
void SetCIDRIP(CIDRIPT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream