159 inline void SetRuntimeContextName(
const char* value) { m_runtimeContextNameHasBeenSet =
true; m_runtimeContextName.assign(value); }
179 bool m_desiredStateHasBeenSet =
false;
182 bool m_deviceReportedStatusHasBeenSet =
false;
185 bool m_deviceReportedTimeHasBeenSet =
false;
188 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