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