@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQualificationScoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetQualificationScoreResult() |
| Modifier and Type | Method and Description |
|---|---|
GetQualificationScoreResult |
clone() |
boolean |
equals(Object obj) |
Qualification |
getQualification()
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
int |
hashCode() |
void |
setQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
String |
toString()
Returns a string representation of this object.
|
GetQualificationScoreResult |
withQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and
the value (score).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
qualification - The Qualification data structure of the Qualification assigned to a user, including the Qualification type
and the value (score).public Qualification getQualification()
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
public GetQualificationScoreResult withQualification(Qualification qualification)
The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).
qualification - The Qualification data structure of the Qualification assigned to a user, including the Qualification type
and the value (score).public String toString()
toString in class ObjectObject.toString()public GetQualificationScoreResult clone()