@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentControlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAssessmentControlResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAssessmentControlResult |
clone() |
boolean |
equals(Object obj) |
AssessmentControl |
getControl()
The name of the updated control set returned by the
UpdateAssessmentControl API. |
int |
hashCode() |
void |
setControl(AssessmentControl control)
The name of the updated control set returned by the
UpdateAssessmentControl API. |
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentControlResult |
withControl(AssessmentControl control)
The name of the updated control set returned by the
UpdateAssessmentControl API. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setControl(AssessmentControl control)
The name of the updated control set returned by the UpdateAssessmentControl
API.
control
- The name of the updated control set returned by the UpdateAssessmentControl
API.public AssessmentControl getControl()
The name of the updated control set returned by the UpdateAssessmentControl
API.
UpdateAssessmentControl
API.public UpdateAssessmentControlResult withControl(AssessmentControl control)
The name of the updated control set returned by the UpdateAssessmentControl
API.
control
- The name of the updated control set returned by the UpdateAssessmentControl
API.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentControlResult clone()