7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
47 inline void SetProgressPercentage(
double value) { m_progressPercentageHasBeenSet =
true; m_progressPercentage = value; }
52 double m_progressPercentage;
53 bool m_progressPercentageHasBeenSet =
false;
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API SlotMigration()
double GetProgressPercentage() const
bool ProgressPercentageHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API SlotMigration(const Aws::Utils::Xml::XmlNode &xmlNode)
SlotMigration & WithProgressPercentage(double value)
void SetProgressPercentage(double value)
AWS_ELASTICACHE_API SlotMigration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_ostream< char, std::char_traits< char > > OStream