@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssessmentReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAssessmentReportRequest() |
Modifier and Type | Method and Description |
---|---|
GetAssessmentReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentRunArn()
The ARN that specifies the assessment run for which you want to generate a report.
|
String |
getReportFileFormat()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
String |
getReportType()
Specifies the type of the assessment report that you want to generate.
|
int |
hashCode() |
void |
setAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
|
void |
setReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
void |
setReportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
void |
setReportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate.
|
void |
setReportType(String reportType)
Specifies the type of the assessment report that you want to generate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAssessmentReportRequest |
withAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
|
GetAssessmentReportRequest |
withReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest |
withReportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest |
withReportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate.
|
GetAssessmentReportRequest |
withReportType(String reportType)
Specifies the type of the assessment report that you want to generate.
|
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 setAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
assessmentRunArn
- The ARN that specifies the assessment run for which you want to generate a report.public String getAssessmentRunArn()
The ARN that specifies the assessment run for which you want to generate a report.
public GetAssessmentReportRequest withAssessmentRunArn(String assessmentRunArn)
The ARN that specifies the assessment run for which you want to generate a report.
assessmentRunArn
- The ARN that specifies the assessment run for which you want to generate a report.public void setReportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
public String getReportFileFormat()
Specifies the file format (html or pdf) of the assessment report that you want to generate.
ReportFileFormat
public GetAssessmentReportRequest withReportFileFormat(String reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
public void setReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
public GetAssessmentReportRequest withReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
reportFileFormat
- Specifies the file format (html or pdf) of the assessment report that you want to generate.ReportFileFormat
public void setReportType(String reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of assessment
reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
public String getReportType()
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
ReportType
public GetAssessmentReportRequest withReportType(String reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of assessment
reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
public void setReportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of assessment
reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
public GetAssessmentReportRequest withReportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
reportType
- Specifies the type of the assessment report that you want to generate. There are two types of assessment
reports: a finding report and a full report. For more information, see Assessment
Reports.ReportType
public String toString()
toString
in class Object
Object.toString()
public GetAssessmentReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.