7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_INSPECTOR2_API
Time() =
default;
46 template<
typename TimeOfDayT = Aws::String>
47 void SetTimeOfDay(TimeOfDayT&& value) { m_timeOfDayHasBeenSet =
true; m_timeOfDay = std::forward<TimeOfDayT>(value); }
48 template<
typename TimeOfDayT = Aws::String>
58 template<
typename TimezoneT = Aws::String>
59 void SetTimezone(TimezoneT&& value) { m_timezoneHasBeenSet =
true; m_timezone = std::forward<TimezoneT>(value); }
60 template<
typename TimezoneT = Aws::String>
66 bool m_timeOfDayHasBeenSet =
false;
69 bool m_timezoneHasBeenSet =
false;
bool TimezoneHasBeenSet() const
Time & WithTimeOfDay(TimeOfDayT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTimezone(TimezoneT &&value)
Time & WithTimezone(TimezoneT &&value)
const Aws::String & GetTimezone() const
void SetTimeOfDay(TimeOfDayT &&value)
bool TimeOfDayHasBeenSet() const
AWS_INSPECTOR2_API Time & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTimeOfDay() const
AWS_INSPECTOR2_API Time()=default
AWS_INSPECTOR2_API Time(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue