@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJournalKinesisStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeJournalKinesisStreamRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeJournalKinesisStreamRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getLedgerName ()
The name of the ledger.
|
String |
getStreamId ()
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
|
int |
hashCode () |
void |
setLedgerName (String ledgerName)
The name of the ledger.
|
void |
setStreamId (String streamId)
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeJournalKinesisStreamRequest |
withLedgerName (String ledgerName)
The name of the ledger.
|
DescribeJournalKinesisStreamRequest |
withStreamId (String streamId)
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
|
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, withSdkRequestTimeout public DescribeJournalKinesisStreamRequest()
public void setLedgerName(String ledgerName)
The name of the ledger.
ledgerName - The name of the ledger.public String getLedgerName()
The name of the ledger.
public DescribeJournalKinesisStreamRequest withLedgerName(String ledgerName)
The name of the ledger.
ledgerName - The name of the ledger.public void setStreamId(String streamId)
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
streamId - The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.public String getStreamId()
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
public DescribeJournalKinesisStreamRequest withStreamId(String streamId)
The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.
streamId - The UUID (represented in Base62-encoded text) of the QLDB journal stream to describe.public String toString()
toString in class Object Object.toString() public DescribeJournalKinesisStreamRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()