@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMalwareScansResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMalwareScansResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMalwareScansResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
|
List<Scan> |
getScans()
Contains information about malware scans.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
void |
setScans(Collection<Scan> scans)
Contains information about malware scans.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMalwareScansResult |
withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
|
DescribeMalwareScansResult |
withScans(Collection<Scan> scans)
Contains information about malware scans.
|
DescribeMalwareScansResult |
withScans(Scan... scans)
Contains information about malware scans.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Scan> getScans()
Contains information about malware scans.
public void setScans(Collection<Scan> scans)
Contains information about malware scans.
scans
- Contains information about malware scans.public DescribeMalwareScansResult withScans(Scan... scans)
Contains information about malware scans.
NOTE: This method appends the values to the existing list (if any). Use
setScans(java.util.Collection)
or withScans(java.util.Collection)
if you want to override the
existing values.
scans
- Contains information about malware scans.public DescribeMalwareScansResult withScans(Collection<Scan> scans)
Contains information about malware scans.
scans
- Contains information about malware scans.public void setNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String getNextToken()
The pagination parameter to be used on the next list operation to retrieve more items.
public DescribeMalwareScansResult withNextToken(String nextToken)
The pagination parameter to be used on the next list operation to retrieve more items.
nextToken
- The pagination parameter to be used on the next list operation to retrieve more items.public String toString()
toString
in class Object
Object.toString()
public DescribeMalwareScansResult clone()