@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentControlSetStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAssessmentControlSetStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentControlSetStatusRequest |
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 |
getComment()
The comment related to the status update.
|
String |
getControlSetId()
The identifier for the specified control set.
|
String |
getStatus()
The status of the control set that is being updated.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setComment(String comment)
The comment related to the status update.
|
void |
setControlSetId(String controlSetId)
The identifier for the specified control set.
|
void |
setStatus(String status)
The status of the control set that is being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentControlSetStatusRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
UpdateAssessmentControlSetStatusRequest |
withComment(String comment)
The comment related to the status update.
|
UpdateAssessmentControlSetStatusRequest |
withControlSetId(String controlSetId)
The identifier for the specified control set.
|
UpdateAssessmentControlSetStatusRequest |
withStatus(ControlSetStatus status)
The status of the control set that is being updated.
|
UpdateAssessmentControlSetStatusRequest |
withStatus(String status)
The status of the control set that is being updated.
|
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, withSdkRequestTimeoutpublic UpdateAssessmentControlSetStatusRequest()
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 UpdateAssessmentControlSetStatusRequest withAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId - The identifier for the specified assessment.public void setControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId - The identifier for the specified control set.public String getControlSetId()
The identifier for the specified control set.
public UpdateAssessmentControlSetStatusRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId - The identifier for the specified control set.public void setStatus(String status)
The status of the control set that is being updated.
status - The status of the control set that is being updated.ControlSetStatuspublic String getStatus()
The status of the control set that is being updated.
ControlSetStatuspublic UpdateAssessmentControlSetStatusRequest withStatus(String status)
The status of the control set that is being updated.
status - The status of the control set that is being updated.ControlSetStatuspublic UpdateAssessmentControlSetStatusRequest withStatus(ControlSetStatus status)
The status of the control set that is being updated.
status - The status of the control set that is being updated.ControlSetStatuspublic void setComment(String comment)
The comment related to the status update.
comment - The comment related to the status update.public String getComment()
The comment related to the status update.
public UpdateAssessmentControlSetStatusRequest withComment(String comment)
The comment related to the status update.
comment - The comment related to the status update.public String toString()
toString in class ObjectObject.toString()public UpdateAssessmentControlSetStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()