7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
73 template<
typename SnapshotTimeOfDayT = Aws::String>
74 void SetSnapshotTimeOfDay(SnapshotTimeOfDayT&& value) { m_snapshotTimeOfDayHasBeenSet =
true; m_snapshotTimeOfDay = std::forward<SnapshotTimeOfDayT>(value); }
75 template<
typename SnapshotTimeOfDayT = Aws::String>
81 bool m_snapshotTimeOfDayHasBeenSet =
false;
bool SnapshotTimeOfDayHasBeenSet() const
AWS_LIGHTSAIL_API AutoSnapshotAddOnRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_LIGHTSAIL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LIGHTSAIL_API AutoSnapshotAddOnRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoSnapshotAddOnRequest & WithSnapshotTimeOfDay(SnapshotTimeOfDayT &&value)
AWS_LIGHTSAIL_API AutoSnapshotAddOnRequest()=default
void SetSnapshotTimeOfDay(SnapshotTimeOfDayT &&value)
const Aws::String & GetSnapshotTimeOfDay() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue