@Generated(value="software.amazon.awssdk:codegen") public final class ListBackendJobsRequest extends AmplifyBackendRequest implements ToCopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>
The request body for ListBackendJobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBackendJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendEnvironmentName()
The name of the backend environment.
|
static ListBackendJobsRequest.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.
|
Integer |
maxResults()
The maximum number of results that you want in the response.
|
String |
nextToken()
The token for the next set of results.
|
String |
operation()
Filters the list of response objects to include only those with the specified operation name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBackendJobsRequest.Builder> |
serializableBuilderClass() |
String |
status()
Filters the list of response objects to include only those with the specified status.
|
ListBackendJobsRequest.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 Integer maxResults()
The maximum number of results that you want in the response.
public final String nextToken()
The token for the next set of results.
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 ListBackendJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>toBuilder in class AmplifyBackendRequestpublic static ListBackendJobsRequest.Builder builder()
public static Class<? extends ListBackendJobsRequest.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.