@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 that the
UpdateAssessmentControl API returned. |
int |
hashCode() |
void |
setControl(AssessmentControl control)
The name of the updated control set that the
UpdateAssessmentControl API returned. |
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentControlResult |
withControl(AssessmentControl control)
The name of the updated control set that the
UpdateAssessmentControl API returned. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setControl(AssessmentControl control)
The name of the updated control set that the UpdateAssessmentControl
API returned.
control
- The name of the updated control set that the UpdateAssessmentControl
API returned.public AssessmentControl getControl()
The name of the updated control set that the UpdateAssessmentControl
API returned.
UpdateAssessmentControl
API returned.public UpdateAssessmentControlResult withControl(AssessmentControl control)
The name of the updated control set that the UpdateAssessmentControl
API returned.
control
- The name of the updated control set that the UpdateAssessmentControl
API returned.public String toString()
toString
in class Object
Object.toString()
public UpdateAssessmentControlResult clone()