@Generated(value="software.amazon.awssdk:codegen") public final class BackendJobRespObj extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>
The response object for this operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendJobRespObj.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The app ID.
|
String |
backendEnvironmentName()
The name of the backend environment.
|
static BackendJobRespObj.Builder |
builder() |
String |
createTime()
The time when the job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
error()
If the request fails, this error is returned.
|
<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 BackendJobRespObj.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the request.
|
BackendJobRespObj.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updateTime()
The time when the job was last updated.
|
clone, 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 fails, this error is returned.
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 BackendJobRespObj.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendJobRespObj.Builder,BackendJobRespObj>public static BackendJobRespObj.Builder builder()
public static Class<? extends BackendJobRespObj.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.