@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProcessDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of process-related information about a finding.
Constructor and Description |
---|
ProcessDetails() |
Modifier and Type | Method and Description |
---|---|
ProcessDetails |
clone() |
boolean |
equals(Object obj) |
String |
getLaunchedAt()
The date/time that the process was launched.
|
String |
getName()
The name of the process.
|
Integer |
getParentPid()
The parent process ID.
|
String |
getPath()
The path to the process executable.
|
Integer |
getPid()
The process ID.
|
String |
getTerminatedAt()
The date and time when the process was terminated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLaunchedAt(String launchedAt)
The date/time that the process was launched.
|
void |
setName(String name)
The name of the process.
|
void |
setParentPid(Integer parentPid)
The parent process ID.
|
void |
setPath(String path)
The path to the process executable.
|
void |
setPid(Integer pid)
The process ID.
|
void |
setTerminatedAt(String terminatedAt)
The date and time when the process was terminated.
|
String |
toString()
Returns a string representation of this object.
|
ProcessDetails |
withLaunchedAt(String launchedAt)
The date/time that the process was launched.
|
ProcessDetails |
withName(String name)
The name of the process.
|
ProcessDetails |
withParentPid(Integer parentPid)
The parent process ID.
|
ProcessDetails |
withPath(String path)
The path to the process executable.
|
ProcessDetails |
withPid(Integer pid)
The process ID.
|
ProcessDetails |
withTerminatedAt(String terminatedAt)
The date and time when the process was terminated.
|
public void setName(String name)
The name of the process.
name
- The name of the process.public String getName()
The name of the process.
public ProcessDetails withName(String name)
The name of the process.
name
- The name of the process.public void setPath(String path)
The path to the process executable.
path
- The path to the process executable.public String getPath()
The path to the process executable.
public ProcessDetails withPath(String path)
The path to the process executable.
path
- The path to the process executable.public void setPid(Integer pid)
The process ID.
pid
- The process ID.public Integer getPid()
The process ID.
public ProcessDetails withPid(Integer pid)
The process ID.
pid
- The process ID.public void setParentPid(Integer parentPid)
The parent process ID.
parentPid
- The parent process ID.public Integer getParentPid()
The parent process ID.
public ProcessDetails withParentPid(Integer parentPid)
The parent process ID.
parentPid
- The parent process ID.public void setLaunchedAt(String launchedAt)
The date/time that the process was launched.
launchedAt
- The date/time that the process was launched.public String getLaunchedAt()
The date/time that the process was launched.
public ProcessDetails withLaunchedAt(String launchedAt)
The date/time that the process was launched.
launchedAt
- The date/time that the process was launched.public void setTerminatedAt(String terminatedAt)
The date and time when the process was terminated.
terminatedAt
- The date and time when the process was terminated.public String getTerminatedAt()
The date and time when the process was terminated.
public ProcessDetails withTerminatedAt(String terminatedAt)
The date and time when the process was terminated.
terminatedAt
- The date and time when the process was terminated.public String toString()
toString
in class Object
Object.toString()
public ProcessDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.