@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetQualificationScoreResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.