public class GetThirdPartyJobDetailsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of a get third party job details action.
Modifier and Type | Field and Description |
---|---|
private java.lang.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.
|
private java.lang.String |
jobId
The unique system-generated ID used for identifying the job.
|
NOOP
Constructor and Description |
---|
GetThirdPartyJobDetailsRequest() |
Modifier and Type | Method and Description |
---|---|
GetThirdPartyJobDetailsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.lang.String |
getJobId()
The unique system-generated ID used for identifying the job.
|
int |
hashCode() |
void |
setClientToken(java.lang.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(java.lang.String jobId)
The unique system-generated ID used for identifying the job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetThirdPartyJobDetailsRequest |
withClientToken(java.lang.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(java.lang.String jobId)
The unique system-generated ID used for identifying the job.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String jobId
The unique system-generated ID used for identifying the job.
private java.lang.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.
public void setJobId(java.lang.String jobId)
The unique system-generated ID used for identifying the job.
jobId
- The unique system-generated ID used for identifying the job.public java.lang.String getJobId()
The unique system-generated ID used for identifying the job.
public GetThirdPartyJobDetailsRequest withJobId(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetThirdPartyJobDetailsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()