7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
9#include <aws/odb/model/DbServerPatchingStatus.h>
44 m_estimatedPatchDurationHasBeenSet =
true;
45 m_estimatedPatchDuration = value;
62 m_patchingStatusHasBeenSet =
true;
63 m_patchingStatus = value;
77 template <
typename TimePatchingEndedT = Aws::String>
79 m_timePatchingEndedHasBeenSet =
true;
80 m_timePatchingEnded = std::forward<TimePatchingEndedT>(value);
82 template <
typename TimePatchingEndedT = Aws::String>
95 template <
typename TimePatchingStartedT = Aws::String>
97 m_timePatchingStartedHasBeenSet =
true;
98 m_timePatchingStarted = std::forward<TimePatchingStartedT>(value);
100 template <
typename TimePatchingStartedT = Aws::String>
107 int m_estimatedPatchDuration{0};
114 bool m_estimatedPatchDurationHasBeenSet =
false;
115 bool m_patchingStatusHasBeenSet =
false;
116 bool m_timePatchingEndedHasBeenSet =
false;
117 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