@Generated(value="software.amazon.awssdk:codegen") public final class GetBackendJobResponse extends AmplifyBackendResponse implements ToCopyableBuilder<GetBackendJobResponse.Builder,GetBackendJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBackendJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendEnvironmentName()
The name of the backend environment.
|
static GetBackendJobResponse.Builder |
builder() |
String |
createTime()
The time when the job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
If the request failed, this is the returned error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The ID for the job.
|
String |
operation()
The name of the operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBackendJobResponse.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the request.
|
GetBackendJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updateTime()
The time when the job was last updated.
|
responseMetadatasdkHttpResponseclone, 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 createTime()
The time when the job was created.
public final String error()
If the request failed, this is the returned error.
public final String jobId()
The ID for the job.
public final String operation()
The name of the operation.
public final String status()
The current status of the request.
public final String updateTime()
The time when the job was last updated.
public GetBackendJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBackendJobResponse.Builder,GetBackendJobResponse>toBuilder in class AwsResponsepublic static GetBackendJobResponse.Builder builder()
public static Class<? extends GetBackendJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2021. All rights reserved.