@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportBackendStorageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ImportBackendStorageResult() |
Modifier and Type | Method and Description |
---|---|
ImportBackendStorageResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The app ID.
|
String |
getBackendEnvironmentName()
The name of the backend environment.
|
String |
getJobId()
The ID for the job.
|
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 |
setJobId(String jobId)
The ID for the job.
|
void |
setStatus(String status)
The current status of the request.
|
String |
toString()
Returns a string representation of this object.
|
ImportBackendStorageResult |
withAppId(String appId)
The app ID.
|
ImportBackendStorageResult |
withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
|
ImportBackendStorageResult |
withJobId(String jobId)
The ID for the job.
|
ImportBackendStorageResult |
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 ImportBackendStorageResult 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 ImportBackendStorageResult withBackendEnvironmentName(String backendEnvironmentName)
The name of the backend environment.
backendEnvironmentName
- The name of the backend environment.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 ImportBackendStorageResult withJobId(String jobId)
The ID for the job.
jobId
- The ID for the job.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 ImportBackendStorageResult 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 ImportBackendStorageResult clone()