@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportJournalToS3Result extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ExportJournalToS3Result() |
| Modifier and Type | Method and Description |
|---|---|
ExportJournalToS3Result |
clone() |
boolean |
equals(Object obj) |
String |
getExportId()
The unique ID that QLDB assigns to each journal export job.
|
int |
hashCode() |
void |
setExportId(String exportId)
The unique ID that QLDB assigns to each journal export job.
|
String |
toString()
Returns a string representation of this object.
|
ExportJournalToS3Result |
withExportId(String exportId)
The unique ID that QLDB assigns to each journal export job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExportId(String exportId)
The unique ID that QLDB assigns to each journal export job.
To describe your export request and check the status of the job, you can use ExportId to call
DescribeJournalS3Export.
exportId - The unique ID that QLDB assigns to each journal export job.
To describe your export request and check the status of the job, you can use ExportId to call
DescribeJournalS3Export.
public String getExportId()
The unique ID that QLDB assigns to each journal export job.
To describe your export request and check the status of the job, you can use ExportId to call
DescribeJournalS3Export.
To describe your export request and check the status of the job, you can use ExportId to
call DescribeJournalS3Export.
public ExportJournalToS3Result withExportId(String exportId)
The unique ID that QLDB assigns to each journal export job.
To describe your export request and check the status of the job, you can use ExportId to call
DescribeJournalS3Export.
exportId - The unique ID that QLDB assigns to each journal export job.
To describe your export request and check the status of the job, you can use ExportId to call
DescribeJournalS3Export.
public String toString()
toString in class ObjectObject.toString()public ExportJournalToS3Result clone()