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>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
72 template<
typename StatusT = Aws::String>
73 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
74 template<
typename StatusT = Aws::String>
80 bool m_nameHasBeenSet =
false;
83 bool m_statusHasBeenSet =
false;
void SetName(NameT &&value)
BlueGreenDeploymentTask & WithStatus(StatusT &&value)
bool StatusHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetStatus() const
AWS_RDS_API BlueGreenDeploymentTask & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API BlueGreenDeploymentTask(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
BlueGreenDeploymentTask & WithName(NameT &&value)
AWS_RDS_API BlueGreenDeploymentTask()=default
bool NameHasBeenSet() const
void SetStatus(StatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream