@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAssessmentStatusRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentStatusRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The unique identifier for the assessment.
|
String |
getStatus()
The current status of the assessment.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
void |
setStatus(String status)
The current status of the assessment.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentStatusRequest |
withAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
UpdateAssessmentStatusRequest |
withStatus(AssessmentStatus status)
The current status of the assessment.
|
UpdateAssessmentStatusRequest |
withStatus(String status)
The current status of the assessment.
|
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 setAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public String getAssessmentId()
The unique identifier for the assessment.
public UpdateAssessmentStatusRequest withAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public void setStatus(String status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public String getStatus()
The current status of the assessment.
AssessmentStatus
public UpdateAssessmentStatusRequest withStatus(String status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public UpdateAssessmentStatusRequest withStatus(AssessmentStatus status)
The current status of the assessment.
status
- The current status of the assessment.AssessmentStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()