@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the stop job request.
NOOP
Constructor and Description |
---|
StopJobRequest() |
Modifier and Type | Method and Description |
---|---|
StopJobRequest |
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 for the branch, 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 for the branch, for the job.
|
void |
setJobId(String jobId)
The unique id for the job.
|
String |
toString()
Returns a string representation of this object.
|
StopJobRequest |
withAppId(String appId)
The unique ID for an Amplify app.
|
StopJobRequest |
withBranchName(String branchName)
The name for the branch, for the job.
|
StopJobRequest |
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 StopJobRequest 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 for the branch, for the job.
branchName
- The name for the branch, for the job.public String getBranchName()
The name for the branch, for the job.
public StopJobRequest withBranchName(String branchName)
The name for the branch, for the job.
branchName
- The name for the branch, 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 StopJobRequest 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 StopJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()