@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the 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()
The unique ID for an Amplify app.
|
String |
getBranchName()
The name of the branch to use for the job.
|
String |
getJobId()
The unique ID for the job.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID for an Amplify app.
|
void |
setBranchName(String branchName)
The name of the branch to use for the job.
|
void |
setJobId(String jobId)
The unique ID for the job.
|
String |
toString()
Returns a string representation of this object.
|
GetJobRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
GetJobRequest |
withBranchName(String branchName)
The name of the branch to use for the job.
|
GetJobRequest |
withJobId(String jobId)
The 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, withSdkRequestTimeout
public void setAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public String getAppId()
The unique ID for an Amplify app.
public GetJobRequest withAppId(String appId)
The unique ID for an Amplify app.
appId
- The unique ID for an Amplify app.public void setBranchName(String branchName)
The name of the branch to use for the job.
branchName
- The name of the branch to use for the job.public String getBranchName()
The name of the branch to use for the job.
public GetJobRequest withBranchName(String branchName)
The name of the branch to use for the job.
branchName
- The name of the branch to use for the job.public void setJobId(String jobId)
The unique ID for the job.
jobId
- The unique ID for the job.public String getJobId()
The unique ID for the job.
public GetJobRequest withJobId(String jobId)
The unique ID for the job.
jobId
- The unique ID for the job.public String toString()
toString
in class Object
Object.toString()
public GetJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()