Class ListBackendJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.amplifybackend.model.AmplifyBackendRequest
-
- software.amazon.awssdk.services.amplifybackend.model.ListBackendJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBackendJobsRequest extends AmplifyBackendRequest implements ToCopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>
The request body for ListBackendJobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBackendJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The app ID.StringbackendEnvironmentName()The name of the backend environment.static ListBackendJobsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The ID for the job.IntegermaxResults()The maximum number of results that you want in the response.StringnextToken()The token for the next set of results.Stringoperation()Filters the list of response objects to include only those with the specified operation name.List<SdkField<?>>sdkFields()static Class<? extends ListBackendJobsRequest.Builder>serializableBuilderClass()Stringstatus()Filters the list of response objects to include only those with the specified status.ListBackendJobsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
appId
public final String appId()
The app ID.
- Returns:
- The app ID.
-
backendEnvironmentName
public final String backendEnvironmentName()
The name of the backend environment.
- Returns:
- The name of the backend environment.
-
jobId
public final String jobId()
The ID for the job.
- Returns:
- The ID for the job.
-
maxResults
public final Integer maxResults()
The maximum number of results that you want in the response.
- Returns:
- The maximum number of results that you want in the response.
-
nextToken
public final String nextToken()
The token for the next set of results.
- Returns:
- The token for the next set of results.
-
operation
public final String operation()
Filters the list of response objects to include only those with the specified operation name.
- Returns:
- Filters the list of response objects to include only those with the specified operation name.
-
status
public final String status()
Filters the list of response objects to include only those with the specified status.
- Returns:
- Filters the list of response objects to include only those with the specified status.
-
toBuilder
public ListBackendJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBackendJobsRequest.Builder,ListBackendJobsRequest>- Specified by:
toBuilderin classAmplifyBackendRequest
-
builder
public static ListBackendJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBackendJobsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-