@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An HTTP 200 response if the request succeeds, or an error message if the request fails.
| Constructor and Description |
|---|
CreateExportJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateExportJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
A string that represents the export job ID.
|
int |
hashCode() |
void |
setJobId(String jobId)
A string that represents the export job ID.
|
String |
toString()
Returns a string representation of this object.
|
CreateExportJobResult |
withJobId(String jobId)
A string that represents the export job ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
A string that represents the export job ID.
jobId - A string that represents the export job ID.public String getJobId()
A string that represents the export job ID.
public CreateExportJobResult withJobId(String jobId)
A string that represents the export job ID.
jobId - A string that represents the export job ID.public String toString()
toString in class ObjectObject.toString()public CreateExportJobResult clone()