@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackendJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetBackendJobResult() |
Modifier and Type | Method and Description |
---|---|
GetBackendJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
String |
getCreateTime()
The time when the job was created.
|
String |
getError()
If the request fails, this error is returned.
|
String |
getJobId()
The ID for the job.
|
String |
getOperation()
The name of the operation.
|
String |
getStatus()
The current status of the request.
|
String |
getUpdateTime()
The time when the job was last updated.
|
int |
hashCode() |
void |
setAppId(String appId)
The app ID.
|
void |
setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
void |
setCreateTime(String createTime)
The time when the job was created.
|
void |
setError(String error)
If the request fails, this error is returned.
|
void |
setJobId(String jobId)
The ID for the job.
|
void |
setOperation(String operation)
The name of the operation.
|
void |
setStatus(String status)
The current status of the request.
|
void |
setUpdateTime(String updateTime)
The time when the job was last updated.
|
String |
toString()
Returns a string representation of this object.
|
GetBackendJobResult |
withAppId(String appId)
The app ID.
|
GetBackendJobResult |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
GetBackendJobResult |
withCreateTime(String createTime)
The time when the job was created.
|
GetBackendJobResult |
withError(String error)
If the request fails, this error is returned.
|
GetBackendJobResult |
withJobId(String jobId)
The ID for the job.
|
GetBackendJobResult |
withOperation(String operation)
The name of the operation.
|
GetBackendJobResult |
withStatus(String status)
The current status of the request.
|
GetBackendJobResult |
withUpdateTime(String updateTime)
The time when the job was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public GetBackendJobResult withAppId(String appId)
The app ID.
appId
- The app ID.public void setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public String getBackendEnvironmentName()
The name of the backend environment.
public GetBackendJobResult withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public void setCreateTime(String createTime)
The time when the job was created.
createTime
- The time when the job was created.public String getCreateTime()
The time when the job was created.
public GetBackendJobResult withCreateTime(String createTime)
The time when the job was created.
createTime
- The time when the job was created.public void setError(String error)
If the request fails, this error is returned.
error
- If the request fails, this error is returned.public String getError()
If the request fails, this error is returned.
public GetBackendJobResult withError(String error)
If the request fails, this error is returned.
error
- If the request fails, this error is returned.public void setJobId(String jobId)
The ID for the job.
jobId
- The ID for the job.public String getJobId()
The ID for the job.
public GetBackendJobResult withJobId(String jobId)
The ID for the job.
jobId
- The ID for the job.public void setOperation(String operation)
The name of the operation.
operation
- The name of the operation.public String getOperation()
The name of the operation.
public GetBackendJobResult withOperation(String operation)
The name of the operation.
operation
- The name of the operation.public void setStatus(String status)
The current status of the request.
status
- The current status of the request.public String getStatus()
The current status of the request.
public GetBackendJobResult withStatus(String status)
The current status of the request.
status
- The current status of the request.public void setUpdateTime(String updateTime)
The time when the job was last updated.
updateTime
- The time when the job was last updated.public String getUpdateTime()
The time when the job was last updated.
public GetBackendJobResult withUpdateTime(String updateTime)
The time when the job was last updated.
updateTime
- The time when the job was last updated.public String toString()
toString
in class Object
Object.toString()
public GetBackendJobResult clone()