7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
29 AWS_INSPECTOR2_API
Time() =
default;
40 template <
typename TimeOfDayT = Aws::String>
42 m_timeOfDayHasBeenSet =
true;
43 m_timeOfDay = std::forward<TimeOfDayT>(value);
45 template <
typename TimeOfDayT = Aws::String>
58 template <
typename TimezoneT = Aws::String>
60 m_timezoneHasBeenSet =
true;
61 m_timezone = std::forward<TimezoneT>(value);
63 template <
typename TimezoneT = Aws::String>
73 bool m_timeOfDayHasBeenSet =
false;
74 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