7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
61 inline void SetElapsedTimeInSeconds(
long long value) { m_elapsedTimeInSecondsHasBeenSet =
true; m_elapsedTimeInSeconds = value; }
84 inline void SetProgressInMegaBytes(
long long value) { m_progressInMegaBytesHasBeenSet =
true; m_progressInMegaBytes = value; }
96 inline void SetSnapshotSizeInMegaBytes(
long long value) { m_snapshotSizeInMegaBytesHasBeenSet =
true; m_snapshotSizeInMegaBytes = value; }
109 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
116 double m_currentRestoreRateInMegaBytesPerSecond;
117 bool m_currentRestoreRateInMegaBytesPerSecondHasBeenSet =
false;
119 long long m_elapsedTimeInSeconds;
120 bool m_elapsedTimeInSecondsHasBeenSet =
false;
122 long long m_estimatedTimeToCompletionInSeconds;
123 bool m_estimatedTimeToCompletionInSecondsHasBeenSet =
false;
125 long long m_progressInMegaBytes;
126 bool m_progressInMegaBytesHasBeenSet =
false;
128 long long m_snapshotSizeInMegaBytes;
129 bool m_snapshotSizeInMegaBytesHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
long long GetProgressInMegaBytes() const
void SetStatus(const Aws::String &value)
AWS_SECURITYHUB_API AwsRedshiftClusterRestoreStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API AwsRedshiftClusterRestoreStatus(Aws::Utils::Json::JsonView jsonValue)
AwsRedshiftClusterRestoreStatus & WithSnapshotSizeInMegaBytes(long long value)
void SetEstimatedTimeToCompletionInSeconds(long long value)
const Aws::String & GetStatus() const
bool EstimatedTimeToCompletionInSecondsHasBeenSet() const
bool CurrentRestoreRateInMegaBytesPerSecondHasBeenSet() const
long long GetElapsedTimeInSeconds() const
void SetElapsedTimeInSeconds(long long value)
AwsRedshiftClusterRestoreStatus & WithStatus(const Aws::String &value)
bool ProgressInMegaBytesHasBeenSet() const
long long GetSnapshotSizeInMegaBytes() const
double GetCurrentRestoreRateInMegaBytesPerSecond() const
long long GetEstimatedTimeToCompletionInSeconds() const
void SetStatus(Aws::String &&value)
bool StatusHasBeenSet() const
AwsRedshiftClusterRestoreStatus & WithEstimatedTimeToCompletionInSeconds(long long value)
AwsRedshiftClusterRestoreStatus & WithProgressInMegaBytes(long long value)
AWS_SECURITYHUB_API AwsRedshiftClusterRestoreStatus()
bool ElapsedTimeInSecondsHasBeenSet() const
void SetProgressInMegaBytes(long long value)
AwsRedshiftClusterRestoreStatus & WithStatus(Aws::String &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AwsRedshiftClusterRestoreStatus & WithStatus(const char *value)
void SetStatus(const char *value)
bool SnapshotSizeInMegaBytesHasBeenSet() const
void SetCurrentRestoreRateInMegaBytesPerSecond(double value)
void SetSnapshotSizeInMegaBytes(long long value)
AwsRedshiftClusterRestoreStatus & WithCurrentRestoreRateInMegaBytesPerSecond(double value)
AwsRedshiftClusterRestoreStatus & WithElapsedTimeInSeconds(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue