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>
87 inline void SetRuntimeContextName(
const char* value) { m_runtimeContextNameHasBeenSet =
true; m_runtimeContextName.assign(value); }
95 bool m_desiredStateHasBeenSet =
false;
98 bool m_deviceReportedStatusHasBeenSet =
false;
101 bool m_deviceReportedTimeHasBeenSet =
false;
104 bool m_runtimeContextNameHasBeenSet =
false;
ReportedRuntimeContextState & WithDesiredState(const DesiredState &value)
ReportedRuntimeContextState & WithRuntimeContextName(Aws::String &&value)
ReportedRuntimeContextState & WithDeviceReportedTime(const Aws::Utils::DateTime &value)
ReportedRuntimeContextState & WithDeviceReportedStatus(const DeviceReportedStatus &value)
AWS_PANORAMA_API ReportedRuntimeContextState(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceReportedTime(Aws::Utils::DateTime &&value)
bool DeviceReportedTimeHasBeenSet() const
const Aws::String & GetRuntimeContextName() const
void SetDeviceReportedStatus(const DeviceReportedStatus &value)
ReportedRuntimeContextState & WithDesiredState(DesiredState &&value)
void SetDeviceReportedTime(const Aws::Utils::DateTime &value)
ReportedRuntimeContextState & WithRuntimeContextName(const char *value)
void SetDesiredState(const DesiredState &value)
void SetRuntimeContextName(Aws::String &&value)
ReportedRuntimeContextState & WithDeviceReportedStatus(DeviceReportedStatus &&value)
void SetDeviceReportedStatus(DeviceReportedStatus &&value)
const Aws::Utils::DateTime & GetDeviceReportedTime() const
const DesiredState & GetDesiredState() const
const DeviceReportedStatus & GetDeviceReportedStatus() const
AWS_PANORAMA_API ReportedRuntimeContextState & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeviceReportedStatusHasBeenSet() const
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRuntimeContextName(const char *value)
AWS_PANORAMA_API ReportedRuntimeContextState()
ReportedRuntimeContextState & WithDeviceReportedTime(Aws::Utils::DateTime &&value)
void SetRuntimeContextName(const Aws::String &value)
void SetDesiredState(DesiredState &&value)
bool DesiredStateHasBeenSet() const
bool RuntimeContextNameHasBeenSet() const
ReportedRuntimeContextState & WithRuntimeContextName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue