@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBackendJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request body for GetBackendJob.
NOOP
Constructor and Description |
---|
UpdateBackendJobRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBackendJobRequest |
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.
|
String |
getOperation()
Filters the list of response objects to include only those with the specified operation name.
|
String |
getStatus()
Filters the list of response objects to include only those with the specified status.
|
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.
|
void |
setOperation(String operation)
Filters the list of response objects to include only those with the specified operation name.
|
void |
setStatus(String status)
Filters the list of response objects to include only those with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBackendJobRequest |
withAppId(String appId)
The app ID.
|
UpdateBackendJobRequest |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
UpdateBackendJobRequest |
withJobId(String jobId)
The ID for the job.
|
UpdateBackendJobRequest |
withOperation(String operation)
Filters the list of response objects to include only those with the specified operation name.
|
UpdateBackendJobRequest |
withStatus(String status)
Filters the list of response objects to include only those with the specified status.
|
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 app ID.
appId
- The app ID.public String getAppId()
The app ID.
public UpdateBackendJobRequest 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 UpdateBackendJobRequest 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 UpdateBackendJobRequest withJobId(String jobId)
The ID for the job.
jobId
- The ID for the job.public void setOperation(String operation)
Filters the list of response objects to include only those with the specified operation name.
operation
- Filters the list of response objects to include only those with the specified operation name.public String getOperation()
Filters the list of response objects to include only those with the specified operation name.
public UpdateBackendJobRequest withOperation(String operation)
Filters the list of response objects to include only those with the specified operation name.
operation
- Filters the list of response objects to include only those with the specified operation name.public void setStatus(String status)
Filters the list of response objects to include only those with the specified status.
status
- Filters the list of response objects to include only those with the specified status.public String getStatus()
Filters the list of response objects to include only those with the specified status.
public UpdateBackendJobRequest withStatus(String status)
Filters the list of response objects to include only those with the specified status.
status
- Filters the list of response objects to include only those with the specified status.public String toString()
toString
in class Object
Object.toString()
public UpdateBackendJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()