@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAssessmentFrameworkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateAssessmentFrameworkResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAssessmentFrameworkResult |
clone() |
boolean |
equals(Object obj) |
Framework |
getFramework()
The name of the framework.
|
int |
hashCode() |
void |
setFramework(Framework framework)
The name of the framework.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAssessmentFrameworkResult |
withFramework(Framework framework)
The name of the framework.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setFramework(Framework framework)
The name of the framework.
framework - The name of the framework.public Framework getFramework()
The name of the framework.
public UpdateAssessmentFrameworkResult withFramework(Framework framework)
The name of the framework.
framework - The name of the framework.public String toString()
toString in class ObjectObject.toString()public UpdateAssessmentFrameworkResult clone()