7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/ApplicationHealthStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mgn/model/ApplicationProgressStatus.h>
58 template<
typename LastUpdateDateTimeT = Aws::String>
59 void SetLastUpdateDateTime(LastUpdateDateTimeT&& value) { m_lastUpdateDateTimeHasBeenSet =
true; m_lastUpdateDateTime = std::forward<LastUpdateDateTimeT>(value); }
60 template<
typename LastUpdateDateTimeT = Aws::String>
80 inline void SetTotalSourceServers(
long long value) { m_totalSourceServersHasBeenSet =
true; m_totalSourceServers = value; }
86 bool m_healthStatusHasBeenSet =
false;
89 bool m_lastUpdateDateTimeHasBeenSet =
false;
92 bool m_progressStatusHasBeenSet =
false;
94 long long m_totalSourceServers{0};
95 bool m_totalSourceServersHasBeenSet =
false;
ApplicationAggregatedStatus & WithHealthStatus(ApplicationHealthStatus value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
bool TotalSourceServersHasBeenSet() const
ApplicationHealthStatus GetHealthStatus() const
long long GetTotalSourceServers() const
ApplicationProgressStatus GetProgressStatus() const
void SetHealthStatus(ApplicationHealthStatus value)
AWS_MGN_API ApplicationAggregatedStatus()=default
bool LastUpdateDateTimeHasBeenSet() const
ApplicationAggregatedStatus & WithLastUpdateDateTime(LastUpdateDateTimeT &&value)
bool HealthStatusHasBeenSet() const
void SetLastUpdateDateTime(LastUpdateDateTimeT &&value)
ApplicationAggregatedStatus & WithProgressStatus(ApplicationProgressStatus value)
AWS_MGN_API ApplicationAggregatedStatus(Aws::Utils::Json::JsonView jsonValue)
void SetProgressStatus(ApplicationProgressStatus value)
void SetTotalSourceServers(long long value)
ApplicationAggregatedStatus & WithTotalSourceServers(long long value)
const Aws::String & GetLastUpdateDateTime() const
AWS_MGN_API ApplicationAggregatedStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProgressStatusHasBeenSet() const
ApplicationProgressStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue