@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Malware extends Object implements Serializable, Cloneable, StructuredPojo
A list of malware related to a finding.
Constructor and Description |
---|
Malware() |
Modifier and Type | Method and Description |
---|---|
Malware |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the malware that was observed.
|
String |
getPath()
The file system path of the malware that was observed.
|
String |
getState()
The state of the malware that was observed.
|
String |
getType()
The type of the malware that was observed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the malware that was observed.
|
void |
setPath(String path)
The file system path of the malware that was observed.
|
void |
setState(String state)
The state of the malware that was observed.
|
void |
setType(String type)
The type of the malware that was observed.
|
String |
toString()
Returns a string representation of this object.
|
Malware |
withName(String name)
The name of the malware that was observed.
|
Malware |
withPath(String path)
The file system path of the malware that was observed.
|
Malware |
withState(MalwareState state)
The state of the malware that was observed.
|
Malware |
withState(String state)
The state of the malware that was observed.
|
Malware |
withType(MalwareType type)
The type of the malware that was observed.
|
Malware |
withType(String type)
The type of the malware that was observed.
|
public void setName(String name)
The name of the malware that was observed.
name
- The name of the malware that was observed.public String getName()
The name of the malware that was observed.
public Malware withName(String name)
The name of the malware that was observed.
name
- The name of the malware that was observed.public void setType(String type)
The type of the malware that was observed.
type
- The type of the malware that was observed.MalwareType
public String getType()
The type of the malware that was observed.
MalwareType
public Malware withType(String type)
The type of the malware that was observed.
type
- The type of the malware that was observed.MalwareType
public Malware withType(MalwareType type)
The type of the malware that was observed.
type
- The type of the malware that was observed.MalwareType
public void setPath(String path)
The file system path of the malware that was observed.
path
- The file system path of the malware that was observed.public String getPath()
The file system path of the malware that was observed.
public Malware withPath(String path)
The file system path of the malware that was observed.
path
- The file system path of the malware that was observed.public void setState(String state)
The state of the malware that was observed.
state
- The state of the malware that was observed.MalwareState
public String getState()
The state of the malware that was observed.
MalwareState
public Malware withState(String state)
The state of the malware that was observed.
state
- The state of the malware that was observed.MalwareState
public Malware withState(MalwareState state)
The state of the malware that was observed.
state
- The state of the malware that was observed.MalwareState
public String toString()
toString
in class Object
Object.toString()
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.