/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The details of process-related information about a finding.See
* Also:
AWS
* API Reference
The name of the process.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the process.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the process.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the process.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the process.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the process.
*/ inline ProcessDetails& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the process.
*/ inline ProcessDetails& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the process.
*/ inline ProcessDetails& WithName(const char* value) { SetName(value); return *this;} /** *The path to the process executable.
*/ inline const Aws::String& GetPath() const{ return m_path; } /** *The path to the process executable.
*/ inline bool PathHasBeenSet() const { return m_pathHasBeenSet; } /** *The path to the process executable.
*/ inline void SetPath(const Aws::String& value) { m_pathHasBeenSet = true; m_path = value; } /** *The path to the process executable.
*/ inline void SetPath(Aws::String&& value) { m_pathHasBeenSet = true; m_path = std::move(value); } /** *The path to the process executable.
*/ inline void SetPath(const char* value) { m_pathHasBeenSet = true; m_path.assign(value); } /** *The path to the process executable.
*/ inline ProcessDetails& WithPath(const Aws::String& value) { SetPath(value); return *this;} /** *The path to the process executable.
*/ inline ProcessDetails& WithPath(Aws::String&& value) { SetPath(std::move(value)); return *this;} /** *The path to the process executable.
*/ inline ProcessDetails& WithPath(const char* value) { SetPath(value); return *this;} /** *The process ID.
*/ inline int GetPid() const{ return m_pid; } /** *The process ID.
*/ inline bool PidHasBeenSet() const { return m_pidHasBeenSet; } /** *The process ID.
*/ inline void SetPid(int value) { m_pidHasBeenSet = true; m_pid = value; } /** *The process ID.
*/ inline ProcessDetails& WithPid(int value) { SetPid(value); return *this;} /** *The parent process ID.
*/ inline int GetParentPid() const{ return m_parentPid; } /** *The parent process ID.
*/ inline bool ParentPidHasBeenSet() const { return m_parentPidHasBeenSet; } /** *The parent process ID.
*/ inline void SetParentPid(int value) { m_parentPidHasBeenSet = true; m_parentPid = value; } /** *The parent process ID.
*/ inline ProcessDetails& WithParentPid(int value) { SetParentPid(value); return *this;} /** *Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was launched.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.
Indicates when the process was terminated.
Uses the
* date-time format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces. For example,
* 2020-03-22T13:22:13.933Z.