Class UpdateBackendJobRequest
- 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.UpdateBackendJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateBackendJobRequest extends AmplifyBackendRequest implements ToCopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>
The request body for GetBackendJob.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateBackendJobRequest.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 UpdateBackendJobRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The ID for the job.Stringoperation()Filters the list of response objects to include only those with the specified operation name.List<SdkField<?>>sdkFields()static Class<? extends UpdateBackendJobRequest.Builder>serializableBuilderClass()Stringstatus()Filters the list of response objects to include only those with the specified status.UpdateBackendJobRequest.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.
-
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 UpdateBackendJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateBackendJobRequest.Builder,UpdateBackendJobRequest>- Specified by:
toBuilderin classAmplifyBackendRequest
-
builder
public static UpdateBackendJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateBackendJobRequest.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
-
-