Class BackendJobRespObj
- java.lang.Object
-
- software.amazon.awssdk.services.amplifybackend.model.BackendJobRespObj
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
@Generated("software.amazon.awssdk:codegen") public final class BackendJobRespObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
The response object for this operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBackendJobRespObj.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 BackendJobRespObj.Builderbuilder()StringcreateTime()The time when the job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringerror()If the request fails, this error is returned.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The ID for the job.Stringoperation()The name of the operation.List<SdkField<?>>sdkFields()static Class<? extends BackendJobRespObj.Builder>serializableBuilderClass()Stringstatus()The current status of the request.BackendJobRespObj.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringupdateTime()The time when the job was last updated.-
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.
-
createTime
public final String createTime()
The time when the job was created.
- Returns:
- The time when the job was created.
-
error
public final String error()
If the request fails, this error is returned.
- Returns:
- If the request fails, this error is returned.
-
jobId
public final String jobId()
The ID for the job.
- Returns:
- The ID for the job.
-
operation
public final String operation()
The name of the operation.
- Returns:
- The name of the operation.
-
status
public final String status()
The current status of the request.
- Returns:
- The current status of the request.
-
updateTime
public final String updateTime()
The time when the job was last updated.
- Returns:
- The time when the job was last updated.
-
toBuilder
public BackendJobRespObj.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
-
builder
public static BackendJobRespObj.Builder builder()
-
serializableBuilderClass
public static Class<? extends BackendJobRespObj.Builder> serializableBuilderClass()
-
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.
-
-