@Generated(value="software.amazon.awssdk:codegen") public final class ProcessDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProcessDetails.Builder,ProcessDetails>
The details of process-related information about a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProcessDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchedAt()
Indicates when the process was launched.
|
String |
name()
The name of the process.
|
Integer |
parentPid()
The parent process ID.
|
String |
path()
The path to the process executable.
|
Integer |
pid()
The process ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProcessDetails.Builder> |
serializableBuilderClass() |
String |
terminatedAt()
Indicates when the process was terminated.
|
ProcessDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the process.
public final String path()
The path to the process executable.
public final Integer pid()
The process ID.
public final Integer parentPid()
The parent process ID. This field accepts positive integers between O and 2147483647.
O and
2147483647.public final String launchedAt()
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, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public final String terminatedAt()
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, and date and time should be
separated by T. For example, 2020-03-22T13:22:13.933Z.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T. For
example, 2020-03-22T13:22:13.933Z.
public ProcessDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProcessDetails.Builder,ProcessDetails>public static ProcessDetails.Builder builder()
public static Class<? extends ProcessDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.