@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditFindingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAuditFindingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAuditFindingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCheckName()
A filter to limit results to the findings for the specified audit check.
|
Date |
getEndTime()
A filter to limit results to those found before the specified time.
|
Boolean |
getListSuppressedFindings()
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
ResourceIdentifier |
getResourceIdentifier()
Information identifying the noncompliant resource.
|
Date |
getStartTime()
A filter to limit results to those found after the specified time.
|
String |
getTaskId()
A filter to limit results to the audit with the specified ID.
|
int |
hashCode() |
Boolean |
isListSuppressedFindings()
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
void |
setCheckName(String checkName)
A filter to limit results to the findings for the specified audit check.
|
void |
setEndTime(Date endTime)
A filter to limit results to those found before the specified time.
|
void |
setListSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
|
void |
setStartTime(Date startTime)
A filter to limit results to those found after the specified time.
|
void |
setTaskId(String taskId)
A filter to limit results to the audit with the specified ID.
|
String |
toString()
Returns a string representation of this object.
|
ListAuditFindingsRequest |
withCheckName(String checkName)
A filter to limit results to the findings for the specified audit check.
|
ListAuditFindingsRequest |
withEndTime(Date endTime)
A filter to limit results to those found before the specified time.
|
ListAuditFindingsRequest |
withListSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
ListAuditFindingsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditFindingsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListAuditFindingsRequest |
withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest |
withStartTime(Date startTime)
A filter to limit results to those found after the specified time.
|
ListAuditFindingsRequest |
withTaskId(String taskId)
A filter to limit results to the audit with the specified ID.
|
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 setTaskId(String taskId)
A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.
taskId
- A filter to limit results to the audit with the specified ID. You must specify either the taskId or the
startTime and endTime, but not both.public String getTaskId()
A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.
public ListAuditFindingsRequest withTaskId(String taskId)
A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.
taskId
- A filter to limit results to the audit with the specified ID. You must specify either the taskId or the
startTime and endTime, but not both.public void setCheckName(String checkName)
A filter to limit results to the findings for the specified audit check.
checkName
- A filter to limit results to the findings for the specified audit check.public String getCheckName()
A filter to limit results to the findings for the specified audit check.
public ListAuditFindingsRequest withCheckName(String checkName)
A filter to limit results to the findings for the specified audit check.
checkName
- A filter to limit results to the findings for the specified audit check.public void setResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
resourceIdentifier
- Information identifying the noncompliant resource.public ResourceIdentifier getResourceIdentifier()
Information identifying the noncompliant resource.
public ListAuditFindingsRequest withResourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
resourceIdentifier
- Information identifying the noncompliant resource.public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
public ListAuditFindingsRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListAuditFindingsRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setStartTime(Date startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
startTime
- A filter to limit results to those found after the specified time. You must specify either the startTime
and endTime or the taskId, but not both.public Date getStartTime()
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
public ListAuditFindingsRequest withStartTime(Date startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
startTime
- A filter to limit results to those found after the specified time. You must specify either the startTime
and endTime or the taskId, but not both.public void setEndTime(Date endTime)
A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.
endTime
- A filter to limit results to those found before the specified time. You must specify either the startTime
and endTime or the taskId, but not both.public Date getEndTime()
A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.
public ListAuditFindingsRequest withEndTime(Date endTime)
A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.
endTime
- A filter to limit results to those found before the specified time. You must specify either the startTime
and endTime or the taskId, but not both.public void setListSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.
listSuppressedFindings
- Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be
listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed
findings.public Boolean getListSuppressedFindings()
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.
public ListAuditFindingsRequest withListSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.
listSuppressedFindings
- Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be
listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed
findings.public Boolean isListSuppressedFindings()
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.
public String toString()
toString
in class Object
Object.toString()
public ListAuditFindingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()