7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
75 inline void SetSnapshotTimeOfDay(
const char* value) { m_snapshotTimeOfDayHasBeenSet =
true; m_snapshotTimeOfDay.assign(value); }
83 bool m_snapshotTimeOfDayHasBeenSet =
false;
AWS_LIGHTSAIL_API AutoSnapshotAddOnRequest()
bool SnapshotTimeOfDayHasBeenSet() const
AutoSnapshotAddOnRequest & WithSnapshotTimeOfDay(const Aws::String &value)
AutoSnapshotAddOnRequest & WithSnapshotTimeOfDay(const char *value)
AutoSnapshotAddOnRequest & WithSnapshotTimeOfDay(Aws::String &&value)
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)
void SetSnapshotTimeOfDay(const char *value)
void SetSnapshotTimeOfDay(const Aws::String &value)
const Aws::String & GetSnapshotTimeOfDay() const
void SetSnapshotTimeOfDay(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue