@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFindingsReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFindingsReportRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFindingsReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
FilterCriteria |
getFilterCriteria()
The filter criteria to apply to the results of the finding report.
|
String |
getReportFormat()
The format to generate the report in.
|
Destination |
getS3Destination()
The Amazon S3 export destination for the report.
|
int |
hashCode() |
void |
setFilterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
|
void |
setReportFormat(String reportFormat)
The format to generate the report in.
|
void |
setS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
String |
toString()
Returns a string representation of this object.
|
CreateFindingsReportRequest |
withFilterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
|
CreateFindingsReportRequest |
withReportFormat(ReportFormat reportFormat)
The format to generate the report in.
|
CreateFindingsReportRequest |
withReportFormat(String reportFormat)
The format to generate the report in.
|
CreateFindingsReportRequest |
withS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
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 setFilterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
filterCriteria
- The filter criteria to apply to the results of the finding report.public FilterCriteria getFilterCriteria()
The filter criteria to apply to the results of the finding report.
public CreateFindingsReportRequest withFilterCriteria(FilterCriteria filterCriteria)
The filter criteria to apply to the results of the finding report.
filterCriteria
- The filter criteria to apply to the results of the finding report.public void setReportFormat(String reportFormat)
The format to generate the report in.
reportFormat
- The format to generate the report in.ReportFormat
public String getReportFormat()
The format to generate the report in.
ReportFormat
public CreateFindingsReportRequest withReportFormat(String reportFormat)
The format to generate the report in.
reportFormat
- The format to generate the report in.ReportFormat
public CreateFindingsReportRequest withReportFormat(ReportFormat reportFormat)
The format to generate the report in.
reportFormat
- The format to generate the report in.ReportFormat
public void setS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
s3Destination
- The Amazon S3 export destination for the report.public Destination getS3Destination()
The Amazon S3 export destination for the report.
public CreateFindingsReportRequest withS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
s3Destination
- The Amazon S3 export destination for the report.public String toString()
toString
in class Object
Object.toString()
public CreateFindingsReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()