7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/ProcessDetails.h>
9#include <aws/guardduty/model/RuntimeContext.h>
42 template <
typename ProcessT = ProcessDetails>
44 m_processHasBeenSet =
true;
45 m_process = std::forward<ProcessT>(value);
47 template <
typename ProcessT = ProcessDetails>
60 template <
typename ContextT = RuntimeContext>
62 m_contextHasBeenSet =
true;
63 m_context = std::forward<ContextT>(value);
65 template <
typename ContextT = RuntimeContext>
75 bool m_processHasBeenSet =
false;
76 bool m_contextHasBeenSet =
false;
bool ContextHasBeenSet() const
RuntimeDetails & WithContext(ContextT &&value)
AWS_GUARDDUTY_API RuntimeDetails(Aws::Utils::Json::JsonView jsonValue)
const ProcessDetails & GetProcess() const
const RuntimeContext & GetContext() const
RuntimeDetails & WithProcess(ProcessT &&value)
void SetContext(ContextT &&value)
AWS_GUARDDUTY_API RuntimeDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API RuntimeDetails()=default
void SetProcess(ProcessT &&value)
bool ProcessHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue