7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/odb/model/DbServerPatchingStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
71 template<
typename TimePatchingEndedT = Aws::String>
72 void SetTimePatchingEnded(TimePatchingEndedT&& value) { m_timePatchingEndedHasBeenSet =
true; m_timePatchingEnded = std::forward<TimePatchingEndedT>(value); }
73 template<
typename TimePatchingEndedT = Aws::String>
83 template<
typename TimePatchingStartedT = Aws::String>
84 void SetTimePatchingStarted(TimePatchingStartedT&& value) { m_timePatchingStartedHasBeenSet =
true; m_timePatchingStarted = std::forward<TimePatchingStartedT>(value); }
85 template<
typename TimePatchingStartedT = Aws::String>
90 int m_estimatedPatchDuration{0};
91 bool m_estimatedPatchDurationHasBeenSet =
false;
94 bool m_patchingStatusHasBeenSet =
false;
97 bool m_timePatchingEndedHasBeenSet =
false;
100 bool m_timePatchingStartedHasBeenSet =
false;
AWS_ODB_API DbServerPatchingDetails()=default
DbServerPatchingDetails & WithPatchingStatus(DbServerPatchingStatus value)
bool TimePatchingStartedHasBeenSet() const
AWS_ODB_API DbServerPatchingDetails(Aws::Utils::Json::JsonView jsonValue)
DbServerPatchingDetails & WithTimePatchingStarted(TimePatchingStartedT &&value)
const Aws::String & GetTimePatchingEnded() const
DbServerPatchingDetails & WithTimePatchingEnded(TimePatchingEndedT &&value)
DbServerPatchingDetails & WithEstimatedPatchDuration(int value)
AWS_ODB_API DbServerPatchingDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EstimatedPatchDurationHasBeenSet() const
const Aws::String & GetTimePatchingStarted() const
int GetEstimatedPatchDuration() const
bool TimePatchingEndedHasBeenSet() const
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPatchingStatus(DbServerPatchingStatus value)
void SetTimePatchingStarted(TimePatchingStartedT &&value)
bool PatchingStatusHasBeenSet() const
DbServerPatchingStatus GetPatchingStatus() const
void SetEstimatedPatchDuration(int value)
void SetTimePatchingEnded(TimePatchingEndedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue