@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetThirdPartyJobDetailsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a GetThirdPartyJobDetails action.
NOOP
Constructor and Description |
---|
GetThirdPartyJobDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
GetThirdPartyJobDetailsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed
access to the job and its details.
|
String |
getJobId()
The unique system-generated ID used for identifying the job.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed
access to the job and its details.
|
void |
setJobId(String jobId)
The unique system-generated ID used for identifying the job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetThirdPartyJobDetailsRequest |
withClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed
access to the job and its details.
|
GetThirdPartyJobDetailsRequest |
withJobId(String jobId)
The unique system-generated ID used for identifying the job.
|
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 setJobId(String jobId)
The unique system-generated ID used for identifying the job.
jobId
- The unique system-generated ID used for identifying the job.public String getJobId()
The unique system-generated ID used for identifying the job.
public GetThirdPartyJobDetailsRequest withJobId(String jobId)
The unique system-generated ID used for identifying the job.
jobId
- The unique system-generated ID used for identifying the job.public void setClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
clientToken
- The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is
allowed access to the job and its details.public String getClientToken()
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
public GetThirdPartyJobDetailsRequest withClientToken(String clientToken)
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
clientToken
- The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is
allowed access to the job and its details.public String toString()
toString
in class Object
Object.toString()
public GetThirdPartyJobDetailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.