@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAssessmentReportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAssessmentReportRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAssessmentReportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The identifier for the assessment.
|
String |
getDescription()
The description of the assessment report.
|
String |
getName()
The name of the new assessment report.
|
String |
getQueryStatement()
A SQL statement that represents an evidence finder query.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the assessment.
|
void |
setDescription(String description)
The description of the assessment report.
|
void |
setName(String name)
The name of the new assessment report.
|
void |
setQueryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssessmentReportRequest |
withAssessmentId(String assessmentId)
The identifier for the assessment.
|
CreateAssessmentReportRequest |
withDescription(String description)
The description of the assessment report.
|
CreateAssessmentReportRequest |
withName(String name)
The name of the new assessment report.
|
CreateAssessmentReportRequest |
withQueryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
|
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 setName(String name)
The name of the new assessment report.
name
- The name of the new assessment report.public String getName()
The name of the new assessment report.
public CreateAssessmentReportRequest withName(String name)
The name of the new assessment report.
name
- The name of the new assessment report.public void setDescription(String description)
The description of the assessment report.
description
- The description of the assessment report.public String getDescription()
The description of the assessment report.
public CreateAssessmentReportRequest withDescription(String description)
The description of the assessment report.
description
- The description of the assessment report.public void setAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId
- The identifier for the assessment.public String getAssessmentId()
The identifier for the assessment.
public CreateAssessmentReportRequest withAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId
- The identifier for the assessment.public void setQueryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
queryStatement
- A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
public String getQueryStatement()
A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
public CreateAssessmentReportRequest withQueryStatement(String queryStatement)
A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
queryStatement
- A SQL statement that represents an evidence finder query.
Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.
To use this parameter, the enablementStatus of evidence finder must be ENABLED
.
For examples and help resolving queryStatement
validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.
public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()