@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMalwareScansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMalwareScansRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMalwareScansRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDetectorId()
The unique ID of the detector that the request is associated with.
|
FilterCriteria |
getFilterCriteria()
Represents the criteria to be used in the filter for describing scan entries.
|
Integer |
getMaxResults()
You can use this parameter to indicate the maximum number of items that you want in the response.
|
String |
getNextToken()
You can use this parameter when paginating results.
|
SortCriteria |
getSortCriteria()
Represents the criteria used for sorting scan entries.
|
int |
hashCode() |
void |
setDetectorId(String detectorId)
The unique ID of the detector that the request is associated with.
|
void |
setFilterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
|
void |
setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
void |
setNextToken(String nextToken)
You can use this parameter when paginating results.
|
void |
setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMalwareScansRequest |
withDetectorId(String detectorId)
The unique ID of the detector that the request is associated with.
|
DescribeMalwareScansRequest |
withFilterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
|
DescribeMalwareScansRequest |
withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
DescribeMalwareScansRequest |
withNextToken(String nextToken)
You can use this parameter when paginating results.
|
DescribeMalwareScansRequest |
withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDetectorId(String detectorId)
The unique ID of the detector that the request is associated with.
detectorId
- The unique ID of the detector that the request is associated with.public String getDetectorId()
The unique ID of the detector that the request is associated with.
public DescribeMalwareScansRequest withDetectorId(String detectorId)
The unique ID of the detector that the request is associated with.
detectorId
- The unique ID of the detector that the request is associated with.public void setNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken in the request with the value
of NextToken from the previous response to continue listing data.public String getNextToken()
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
public DescribeMalwareScansRequest withNextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data.
nextToken
- You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken in the request with the value
of NextToken from the previous response to continue listing data.public void setMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
maxResults
- You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 50. The maximum value is 50.public Integer getMaxResults()
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
public DescribeMalwareScansRequest withMaxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 50. The maximum value is 50.
maxResults
- You can use this parameter to indicate the maximum number of items that you want in the response. The
default value is 50. The maximum value is 50.public void setFilterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
filterCriteria
- Represents the criteria to be used in the filter for describing scan entries.public FilterCriteria getFilterCriteria()
Represents the criteria to be used in the filter for describing scan entries.
public DescribeMalwareScansRequest withFilterCriteria(FilterCriteria filterCriteria)
Represents the criteria to be used in the filter for describing scan entries.
filterCriteria
- Represents the criteria to be used in the filter for describing scan entries.public void setSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries. The attributeName
is required and it must be scanStartTime
.
sortCriteria
- Represents the criteria used for sorting scan entries. The attributeName
is required and it must be scanStartTime
.public SortCriteria getSortCriteria()
Represents the criteria used for sorting scan entries. The attributeName
is required and it must be scanStartTime
.
attributeName
is required and it must be scanStartTime
.public DescribeMalwareScansRequest withSortCriteria(SortCriteria sortCriteria)
Represents the criteria used for sorting scan entries. The attributeName
is required and it must be scanStartTime
.
sortCriteria
- Represents the criteria used for sorting scan entries. The attributeName
is required and it must be scanStartTime
.public String toString()
toString
in class Object
Object.toString()
public DescribeMalwareScansRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()