@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetBackendJobRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBackendJobRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAppId()
 The app ID. | 
| String | getBackendEnvironmentName()
 The name of the backend environment. | 
| String | getJobId()
 The ID for the job. | 
| int | hashCode() | 
| void | setAppId(String appId)
 The app ID. | 
| void | setBackendEnvironmentName(String backendEnvironmentName)
 The name of the backend environment. | 
| void | setJobId(String jobId)
 The ID for the job. | 
| String | toString()Returns a string representation of this object. | 
| GetBackendJobRequest | withAppId(String appId)
 The app ID. | 
| GetBackendJobRequest | withBackendEnvironmentName(String backendEnvironmentName)
 The name of the backend environment. | 
| GetBackendJobRequest | withJobId(String jobId)
 The 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)
The app ID.
appId - The app ID.public String getAppId()
The app ID.
public GetBackendJobRequest withAppId(String appId)
The app ID.
appId - The app ID.public void setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.public String getBackendEnvironmentName()
The name of the backend environment.
public GetBackendJobRequest withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName - The name of the backend environment.public void setJobId(String jobId)
The ID for the job.
jobId - The ID for the job.public String getJobId()
The ID for the job.
public GetBackendJobRequest withJobId(String jobId)
The ID for the job.
jobId - The ID for the job.public String toString()
toString in class ObjectObject.toString()public GetBackendJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()