7#include <aws/redshift/Redshift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ElasticIpT = Aws::String>
50 void SetElasticIp(ElasticIpT&& value) { m_elasticIpHasBeenSet =
true; m_elasticIp = std::forward<ElasticIpT>(value); }
51 template<
typename ElasticIpT = 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_elasticIpHasBeenSet =
false;
72 bool m_statusHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetStatus(StatusT &&value)
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
ElasticIpStatus & WithStatus(StatusT &&value)
ElasticIpStatus & WithElasticIp(ElasticIpT &&value)
const Aws::String & GetStatus() const
AWS_REDSHIFT_API ElasticIpStatus()=default
bool ElasticIpHasBeenSet() const
AWS_REDSHIFT_API ElasticIpStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetElasticIp(ElasticIpT &&value)
AWS_REDSHIFT_API ElasticIpStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetElasticIp() const
AWS_REDSHIFT_API void OutputToStream(Aws::OStream &oStream, const char *location) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream