7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/autoscaling/model/InstanceRefreshLivePoolProgress.h>
10#include <aws/autoscaling/model/InstanceRefreshWarmPoolProgress.h>
73 bool m_livePoolProgressHasBeenSet =
false;
76 bool m_warmPoolProgressHasBeenSet =
false;
const InstanceRefreshWarmPoolProgress & GetWarmPoolProgress() const
bool WarmPoolProgressHasBeenSet() const
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
InstanceRefreshProgressDetails & WithLivePoolProgress(const InstanceRefreshLivePoolProgress &value)
AWS_AUTOSCALING_API InstanceRefreshProgressDetails()
AWS_AUTOSCALING_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const InstanceRefreshLivePoolProgress & GetLivePoolProgress() const
AWS_AUTOSCALING_API InstanceRefreshProgressDetails(const Aws::Utils::Xml::XmlNode &xmlNode)
InstanceRefreshProgressDetails & WithWarmPoolProgress(const InstanceRefreshWarmPoolProgress &value)
void SetWarmPoolProgress(InstanceRefreshWarmPoolProgress &&value)
void SetLivePoolProgress(InstanceRefreshLivePoolProgress &&value)
InstanceRefreshProgressDetails & WithLivePoolProgress(InstanceRefreshLivePoolProgress &&value)
void SetWarmPoolProgress(const InstanceRefreshWarmPoolProgress &value)
bool LivePoolProgressHasBeenSet() const
InstanceRefreshProgressDetails & WithWarmPoolProgress(InstanceRefreshWarmPoolProgress &&value)
AWS_AUTOSCALING_API InstanceRefreshProgressDetails & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetLivePoolProgress(const InstanceRefreshLivePoolProgress &value)
std::basic_ostream< char, std::char_traits< char > > OStream