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