@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackendAPIResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBackendAPIResult() |
Modifier and Type | Method and Description |
---|---|
CreateBackendAPIResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
String |
getError()
If the request failed, this is the returned error.
|
String |
getJobId()
The ID for the job.
|
String |
getOperation()
The name of the operation.
|
String |
getStatus()
The current status of the request.
|
int |
hashCode() |
void |
setAppId(String appId)
The app ID.
|
void |
setBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
void |
setError(String error)
If the request failed, this is the returned error.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackendAPIResult |
withAppId(String appId)
The app ID.
|
CreateBackendAPIResult |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
CreateBackendAPIResult |
withError(String error)
If the request failed, this is the returned error.
|
CreateBackendAPIResult |
withJobId(String jobId)
The ID for the job.
|
CreateBackendAPIResult |
withOperation(String operation)
The name of the operation.
|
CreateBackendAPIResult |
withStatus(String status)
The current status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAppId(String appId)
The app ID.
appId
- The app ID.public String getAppId()
The app ID.
public CreateBackendAPIResult 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 CreateBackendAPIResult withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.public void setError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.public String getError()
If the request failed, this is the returned error.
public CreateBackendAPIResult withError(String error)
If the request failed, this is the returned error.
error
- If the request failed, this is the returned error.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 CreateBackendAPIResult 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 CreateBackendAPIResult 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 CreateBackendAPIResult withStatus(String status)
The current status of the request.
status
- The current status of the request.public String toString()
toString
in class Object
Object.toString()
public CreateBackendAPIResult clone()