@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateExportJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateExportJobResult |
clone() |
boolean |
equals(Object obj) |
ExportJobResponse |
getExportJobResponse() |
int |
hashCode() |
void |
setExportJobResponse(ExportJobResponse exportJobResponse) |
String |
toString()
Returns a string representation of this object.
|
CreateExportJobResult |
withExportJobResponse(ExportJobResponse exportJobResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setExportJobResponse(ExportJobResponse exportJobResponse)
exportJobResponse
- public ExportJobResponse getExportJobResponse()
public CreateExportJobResult withExportJobResponse(ExportJobResponse exportJobResponse)
exportJobResponse
- public String toString()
toString
in class Object
Object.toString()
public CreateExportJobResult clone()