@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAssessmentControlRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentControlRequest |
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 |
getCommentBody()
The comment body text for the specified control.
|
String |
getControlId()
The identifier for the specified control.
|
String |
getControlSetId()
The identifier for the specified control set.
|
String |
getControlStatus()
The status of the specified control.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setCommentBody(String commentBody)
The comment body text for the specified control.
|
void |
setControlId(String controlId)
The identifier for the specified control.
|
void |
setControlSetId(String controlSetId)
The identifier for the specified control set.
|
void |
setControlStatus(String controlStatus)
The status of the specified control.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentControlRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
UpdateAssessmentControlRequest |
withCommentBody(String commentBody)
The comment body text for the specified control.
|
UpdateAssessmentControlRequest |
withControlId(String controlId)
The identifier for the specified control.
|
UpdateAssessmentControlRequest |
withControlSetId(String controlSetId)
The identifier for the specified control set.
|
UpdateAssessmentControlRequest |
withControlStatus(ControlStatus controlStatus)
The status of the specified control.
|
UpdateAssessmentControlRequest |
withControlStatus(String controlStatus)
The status of the specified control.
|
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 identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public String getAssessmentId()
The identifier for the specified assessment.
public UpdateAssessmentControlRequest 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 UpdateAssessmentControlRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId
- The identifier for the specified control set.public void setControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.public String getControlId()
The identifier for the specified control.
public UpdateAssessmentControlRequest withControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.public void setControlStatus(String controlStatus)
The status of the specified control.
controlStatus
- The status of the specified control.ControlStatus
public String getControlStatus()
The status of the specified control.
ControlStatus
public UpdateAssessmentControlRequest withControlStatus(String controlStatus)
The status of the specified control.
controlStatus
- The status of the specified control.ControlStatus
public UpdateAssessmentControlRequest withControlStatus(ControlStatus controlStatus)
The status of the specified control.
controlStatus
- The status of the specified control.ControlStatus
public void setCommentBody(String commentBody)
The comment body text for the specified control.
commentBody
- The comment body text for the specified control.public String getCommentBody()
The comment body text for the specified control.
public UpdateAssessmentControlRequest withCommentBody(String commentBody)
The comment body text for the specified control.
commentBody
- The comment body text for the specified control.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()