@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBackendJobRequest extends AmplifyBackendRequest implements ToCopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>
The request body for GetBackendJob.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBackendJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendEnvironmentName()
The name of the backend environment.
|
static UpdateBackendJobRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID for the job.
|
String |
operation()
Filters the list of response objects to include only those with the specified operation name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBackendJobRequest.Builder> |
serializableBuilderClass() |
String |
status()
Filters the list of response objects to include only those with the specified status.
|
UpdateBackendJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The app ID.
public final String backendEnvironmentName()
The name of the backend environment.
public final String jobId()
The ID for the job.
public final String operation()
Filters the list of response objects to include only those with the specified operation name.
public final String status()
Filters the list of response objects to include only those with the specified status.
public UpdateBackendJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>toBuilder in class AmplifyBackendRequestpublic static UpdateBackendJobRequest.Builder builder()
public static Class<? extends UpdateBackendJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.