@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for get job request.
NOOP| Constructor and Description |
|---|
GetJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
Unique Id for an Amplify App.
|
String |
getBranchName()
Name for the branch, for the Job.
|
String |
getJobId()
Unique Id for the Job.
|
int |
hashCode() |
void |
setAppId(String appId)
Unique Id for an Amplify App.
|
void |
setBranchName(String branchName)
Name for the branch, for the Job.
|
void |
setJobId(String jobId)
Unique Id for the Job.
|
String |
toString()
Returns a string representation of this object.
|
GetJobRequest |
withAppId(String appId)
Unique Id for an Amplify App.
|
GetJobRequest |
withBranchName(String branchName)
Name for the branch, for the Job.
|
GetJobRequest |
withJobId(String jobId)
Unique Id for 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, withSdkRequestTimeoutpublic void setAppId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public String getAppId()
Unique Id for an Amplify App.
public GetJobRequest withAppId(String appId)
Unique Id for an Amplify App.
appId - Unique Id for an Amplify App.public void setBranchName(String branchName)
Name for the branch, for the Job.
branchName - Name for the branch, for the Job.public String getBranchName()
Name for the branch, for the Job.
public GetJobRequest withBranchName(String branchName)
Name for the branch, for the Job.
branchName - Name for the branch, for the Job.public void setJobId(String jobId)
Unique Id for the Job.
jobId - Unique Id for the Job.public String getJobId()
Unique Id for the Job.
public GetJobRequest withJobId(String jobId)
Unique Id for the Job.
jobId - Unique Id for the Job.public String toString()
toString in class ObjectObject.toString()public GetJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.