7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/elasticache/ElastiCache_EXPORTS.h>
9#include <aws/elasticache/model/SlotMigration.h>
19namespace ElastiCache {
42 template <
typename SlotMigrationT = SlotMigration>
44 m_slotMigrationHasBeenSet =
true;
45 m_slotMigration = std::forward<SlotMigrationT>(value);
47 template <
typename SlotMigrationT = SlotMigration>
55 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