7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/elasticache/model/SlotMigration.h>
48 template<
typename SlotMigrationT = SlotMigration>
49 void SetSlotMigration(SlotMigrationT&& value) { m_slotMigrationHasBeenSet =
true; m_slotMigration = std::forward<SlotMigrationT>(value); }
50 template<
typename SlotMigrationT = SlotMigration>
56 bool m_slotMigrationHasBeenSet =
false;
bool SlotMigrationHasBeenSet() const
AWS_ELASTICACHE_API ReshardingStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
ReshardingStatus & WithSlotMigration(SlotMigrationT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API ReshardingStatus()=default
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API ReshardingStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
const SlotMigration & GetSlotMigration() const
void SetSlotMigration(SlotMigrationT &&value)
std::basic_ostream< char, std::char_traits< char > > OStream