@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AcceptQualificationRequestRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AcceptQualificationRequestRequest() |
Modifier and Type | Method and Description |
---|---|
AcceptQualificationRequestRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getIntegerValue()
The value of the Qualification.
|
String |
getQualificationRequestId()
The ID of the Qualification request, as returned by the
GetQualificationRequests operation. |
int |
hashCode() |
void |
setIntegerValue(Integer integerValue)
The value of the Qualification.
|
void |
setQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the
GetQualificationRequests operation. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AcceptQualificationRequestRequest |
withIntegerValue(Integer integerValue)
The value of the Qualification.
|
AcceptQualificationRequestRequest |
withQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the
GetQualificationRequests operation. |
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 setQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the GetQualificationRequests
operation.
qualificationRequestId
- The ID of the Qualification request, as returned by the GetQualificationRequests
operation.public String getQualificationRequestId()
The ID of the Qualification request, as returned by the GetQualificationRequests
operation.
GetQualificationRequests
operation.public AcceptQualificationRequestRequest withQualificationRequestId(String qualificationRequestId)
The ID of the Qualification request, as returned by the GetQualificationRequests
operation.
qualificationRequestId
- The ID of the Qualification request, as returned by the GetQualificationRequests
operation.public void setIntegerValue(Integer integerValue)
The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.
integerValue
- The value of the Qualification. You can omit this value if you are using the presence or absence of the
Qualification as the basis for a HIT requirement.public Integer getIntegerValue()
The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.
public AcceptQualificationRequestRequest withIntegerValue(Integer integerValue)
The value of the Qualification. You can omit this value if you are using the presence or absence of the Qualification as the basis for a HIT requirement.
integerValue
- The value of the Qualification. You can omit this value if you are using the presence or absence of the
Qualification as the basis for a HIT requirement.public String toString()
toString
in class Object
Object.toString()
public AcceptQualificationRequestRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.