@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJournalS3ExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeJournalS3ExportRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeJournalS3ExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExportId()
The unique ID of the journal export job that you want to describe.
|
String |
getName()
The name of the ledger.
|
int |
hashCode() |
void |
setExportId(String exportId)
The unique ID of the journal export job that you want to describe.
|
void |
setName(String name)
The name of the ledger.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJournalS3ExportRequest |
withExportId(String exportId)
The unique ID of the journal export job that you want to describe.
|
DescribeJournalS3ExportRequest |
withName(String name)
The name of the ledger.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the ledger.
name - The name of the ledger.public String getName()
The name of the ledger.
public DescribeJournalS3ExportRequest withName(String name)
The name of the ledger.
name - The name of the ledger.public void setExportId(String exportId)
The unique ID of the journal export job that you want to describe.
exportId - The unique ID of the journal export job that you want to describe.public String getExportId()
The unique ID of the journal export job that you want to describe.
public DescribeJournalS3ExportRequest withExportId(String exportId)
The unique ID of the journal export job that you want to describe.
exportId - The unique ID of the journal export job that you want to describe.public String toString()
toString in class ObjectObject.toString()public DescribeJournalS3ExportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()