@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCisScanResultDetailsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCisScanResultDetailsResult() |
Modifier and Type | Method and Description |
---|---|
GetCisScanResultDetailsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
|
List<CisScanResultDetails> |
getScanResultDetails()
The scan result details.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
void |
setScanResultDetails(Collection<CisScanResultDetails> scanResultDetails)
The scan result details.
|
String |
toString()
Returns a string representation of this object.
|
GetCisScanResultDetailsResult |
withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
|
GetCisScanResultDetailsResult |
withScanResultDetails(CisScanResultDetails... scanResultDetails)
The scan result details.
|
GetCisScanResultDetailsResult |
withScanResultDetails(Collection<CisScanResultDetails> scanResultDetails)
The scan result details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken
- The pagination token from a previous request that's used to retrieve the next page of results.public String getNextToken()
The pagination token from a previous request that's used to retrieve the next page of results.
public GetCisScanResultDetailsResult withNextToken(String nextToken)
The pagination token from a previous request that's used to retrieve the next page of results.
nextToken
- The pagination token from a previous request that's used to retrieve the next page of results.public List<CisScanResultDetails> getScanResultDetails()
The scan result details.
public void setScanResultDetails(Collection<CisScanResultDetails> scanResultDetails)
The scan result details.
scanResultDetails
- The scan result details.public GetCisScanResultDetailsResult withScanResultDetails(CisScanResultDetails... scanResultDetails)
The scan result details.
NOTE: This method appends the values to the existing list (if any). Use
setScanResultDetails(java.util.Collection)
or withScanResultDetails(java.util.Collection)
if
you want to override the existing values.
scanResultDetails
- The scan result details.public GetCisScanResultDetailsResult withScanResultDetails(Collection<CisScanResultDetails> scanResultDetails)
The scan result details.
scanResultDetails
- The scan result details.public String toString()
toString
in class Object
Object.toString()
public GetCisScanResultDetailsResult clone()