@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
launchedAt()
The date/time that 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()
The date/time that the process was terminated.
|
ProcessDetails.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String name()
The name of the process.
public String path()
The path to the process executable.
public Integer pid()
The process ID.
public Integer parentPid()
The parent process ID.
public String launchedAt()
The date/time that the process was launched.
public String terminatedAt()
The date/time that the process was terminated.
public ProcessDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProcessDetails.Builder,ProcessDetails>
public static ProcessDetails.Builder builder()
public static Class<? extends ProcessDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.