7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/WaveHealthStatus.h>
10#include <aws/mgn/model/WaveProgressStatus.h>
42 template <
typename LastUpdateDateTimeT = Aws::String>
44 m_lastUpdateDateTimeHasBeenSet =
true;
45 m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value);
47 template <
typename LastUpdateDateTimeT = Aws::String>
61 template <
typename ReplicationStartedDateTimeT = Aws::String>
63 m_replicationStartedDateTimeHasBeenSet =
true;
64 m_replicationStartedDateTime = std::forward<ReplicationStartedDateTimeT>(value);
66 template <
typename ReplicationStartedDateTimeT = Aws::String>
80 m_healthStatusHasBeenSet =
true;
81 m_healthStatus = value;
96 m_progressStatusHasBeenSet =
true;
97 m_progressStatus = value;
112 m_totalApplicationsHasBeenSet =
true;
113 m_totalApplications = value;
129 long long m_totalApplications{0};
130 bool m_lastUpdateDateTimeHasBeenSet =
false;
131 bool m_replicationStartedDateTimeHasBeenSet =
false;
132 bool m_healthStatusHasBeenSet =
false;
133 bool m_progressStatusHasBeenSet =
false;
134 bool m_totalApplicationsHasBeenSet =
false;
WaveAggregatedStatus & WithTotalApplications(long long value)
bool TotalApplicationsHasBeenSet() const
WaveAggregatedStatus & WithReplicationStartedDateTime(ReplicationStartedDateTimeT &&value)
void SetReplicationStartedDateTime(ReplicationStartedDateTimeT &&value)
WaveAggregatedStatus & WithProgressStatus(WaveProgressStatus value)
const Aws::String & GetReplicationStartedDateTime() const
void SetHealthStatus(WaveHealthStatus value)
bool ProgressStatusHasBeenSet() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProgressStatus(WaveProgressStatus value)
WaveHealthStatus GetHealthStatus() const
const Aws::String & GetLastUpdateDateTime() const
void SetLastUpdateDateTime(LastUpdateDateTimeT &&value)
WaveProgressStatus GetProgressStatus() const
bool LastUpdateDateTimeHasBeenSet() const
AWS_MGN_API WaveAggregatedStatus()=default
WaveAggregatedStatus & WithLastUpdateDateTime(LastUpdateDateTimeT &&value)
void SetTotalApplications(long long value)
AWS_MGN_API WaveAggregatedStatus(Aws::Utils::Json::JsonView jsonValue)
WaveAggregatedStatus & WithHealthStatus(WaveHealthStatus value)
long long GetTotalApplications() const
AWS_MGN_API WaveAggregatedStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HealthStatusHasBeenSet() const
bool ReplicationStartedDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue