@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  UpdateAssessmentControlAPI. | 
| int | hashCode() | 
| void | setControl(AssessmentControl control)
 The name of the updated control set returned by the  UpdateAssessmentControlAPI. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAssessmentControlResult | withControl(AssessmentControl control)
 The name of the updated control set returned by the  UpdateAssessmentControlAPI. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public UpdateAssessmentControlResult clone()