7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/DesiredState.h>
9#include <aws/panorama/model/DeviceReportedStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
69 template<
typename DeviceReportedTimeT = Aws::Utils::DateTime>
70 void SetDeviceReportedTime(DeviceReportedTimeT&& value) { m_deviceReportedTimeHasBeenSet =
true; m_deviceReportedTime = std::forward<DeviceReportedTimeT>(value); }
71 template<
typename DeviceReportedTimeT = Aws::Utils::DateTime>
81 template<
typename RuntimeContextNameT = Aws::String>
82 void SetRuntimeContextName(RuntimeContextNameT&& value) { m_runtimeContextNameHasBeenSet =
true; m_runtimeContextName = std::forward<RuntimeContextNameT>(value); }
83 template<
typename RuntimeContextNameT = Aws::String>
89 bool m_desiredStateHasBeenSet =
false;
92 bool m_deviceReportedStatusHasBeenSet =
false;
95 bool m_deviceReportedTimeHasBeenSet =
false;
98 bool m_runtimeContextNameHasBeenSet =
false;
AWS_PANORAMA_API ReportedRuntimeContextState(Aws::Utils::Json::JsonView jsonValue)
bool DeviceReportedTimeHasBeenSet() const
void SetRuntimeContextName(RuntimeContextNameT &&value)
const Aws::String & GetRuntimeContextName() const
ReportedRuntimeContextState & WithDesiredState(DesiredState value)
void SetDesiredState(DesiredState value)
void SetDeviceReportedTime(DeviceReportedTimeT &&value)
void SetDeviceReportedStatus(DeviceReportedStatus value)
ReportedRuntimeContextState & WithDeviceReportedTime(DeviceReportedTimeT &&value)
const Aws::Utils::DateTime & GetDeviceReportedTime() const
DeviceReportedStatus GetDeviceReportedStatus() const
ReportedRuntimeContextState & WithRuntimeContextName(RuntimeContextNameT &&value)
DesiredState GetDesiredState() const
AWS_PANORAMA_API ReportedRuntimeContextState & operator=(Aws::Utils::Json::JsonView jsonValue)
ReportedRuntimeContextState & WithDeviceReportedStatus(DeviceReportedStatus value)
AWS_PANORAMA_API ReportedRuntimeContextState()=default
bool DeviceReportedStatusHasBeenSet() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
bool DesiredStateHasBeenSet() const
bool RuntimeContextNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue