@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetQualificationScoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetQualificationScoreRequest() |
Modifier and Type | Method and Description |
---|---|
GetQualificationScoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getQualificationTypeId()
The ID of the QualificationType.
|
String |
getWorkerId()
The ID of the Worker whose Qualification is being updated.
|
int |
hashCode() |
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
|
void |
setWorkerId(String workerId)
The ID of the Worker whose Qualification is being updated.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetQualificationScoreRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
|
GetQualificationScoreRequest |
withWorkerId(String workerId)
The ID of the Worker whose Qualification is being updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
qualificationTypeId
- The ID of the QualificationType.public String getQualificationTypeId()
The ID of the QualificationType.
public GetQualificationScoreRequest withQualificationTypeId(String qualificationTypeId)
The ID of the QualificationType.
qualificationTypeId
- The ID of the QualificationType.public void setWorkerId(String workerId)
The ID of the Worker whose Qualification is being updated.
workerId
- The ID of the Worker whose Qualification is being updated.public String getWorkerId()
The ID of the Worker whose Qualification is being updated.
public GetQualificationScoreRequest withWorkerId(String workerId)
The ID of the Worker whose Qualification is being updated.
workerId
- The ID of the Worker whose Qualification is being updated.public String toString()
toString
in class Object
Object.toString()
public GetQualificationScoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.