@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 specified assessment.
|
String |
getDescription()
The description of the assessment report.
|
String |
getName()
The name of the new assessment report.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setDescription(String description)
The description of the assessment report.
|
void |
setName(String name)
The name of the new assessment report.
|
String |
toString()
Returns a string representation of this object.
|
CreateAssessmentReportRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
CreateAssessmentReportRequest |
withDescription(String description)
The description of the assessment report.
|
CreateAssessmentReportRequest |
withName(String name)
The name of the new assessment 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 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 specified assessment.
assessmentId
- The identifier for the specified assessment.public String getAssessmentId()
The identifier for the specified assessment.
public CreateAssessmentReportRequest withAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public String toString()
toString
in class Object
Object.toString()
public CreateAssessmentReportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()