@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 assessment.
|
String |
getComment()
The comment that's related to the status update.
|
String |
getControlSetId()
The identifier for the control set.
|
String |
getStatus()
The status of the control set that's being updated.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the assessment.
|
void |
setComment(String comment)
The comment that's related to the status update.
|
void |
setControlSetId(String controlSetId)
The identifier for the control set.
|
void |
setStatus(String status)
The status of the control set that's being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentControlSetStatusRequest |
withAssessmentId(String assessmentId)
The identifier for the assessment.
|
UpdateAssessmentControlSetStatusRequest |
withComment(String comment)
The comment that's related to the status update.
|
UpdateAssessmentControlSetStatusRequest |
withControlSetId(String controlSetId)
The identifier for the control set.
|
UpdateAssessmentControlSetStatusRequest |
withStatus(ControlSetStatus status)
The status of the control set that's being updated.
|
UpdateAssessmentControlSetStatusRequest |
withStatus(String status)
The status of the control set that's 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, withSdkRequestTimeout
public UpdateAssessmentControlSetStatusRequest()
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 UpdateAssessmentControlSetStatusRequest withAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId
- The identifier for the assessment.public void setControlSetId(String controlSetId)
The identifier for the control set.
controlSetId
- The identifier for the control set.public String getControlSetId()
The identifier for the control set.
public UpdateAssessmentControlSetStatusRequest withControlSetId(String controlSetId)
The identifier for the control set.
controlSetId
- The identifier for the control set.public void setStatus(String status)
The status of the control set that's being updated.
status
- The status of the control set that's being updated.ControlSetStatus
public String getStatus()
The status of the control set that's being updated.
ControlSetStatus
public UpdateAssessmentControlSetStatusRequest withStatus(String status)
The status of the control set that's being updated.
status
- The status of the control set that's being updated.ControlSetStatus
public UpdateAssessmentControlSetStatusRequest withStatus(ControlSetStatus status)
The status of the control set that's being updated.
status
- The status of the control set that's being updated.ControlSetStatus
public void setComment(String comment)
The comment that's related to the status update.
comment
- The comment that's related to the status update.public String getComment()
The comment that's related to the status update.
public UpdateAssessmentControlSetStatusRequest withComment(String comment)
The comment that's related to the status update.
comment
- The comment that's related to the status update.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentControlSetStatusRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()