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