@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 unique ID that QLDB assigns to each QLDB journal stream.
|
int |
hashCode() |
void |
setLedgerName(String ledgerName)
The name of the ledger.
|
void |
setStreamId(String streamId)
The unique ID that QLDB assigns to each QLDB journal stream.
|
String |
toString()
Returns a string representation of this object.
|
DescribeJournalKinesisStreamRequest |
withLedgerName(String ledgerName)
The name of the ledger.
|
DescribeJournalKinesisStreamRequest |
withStreamId(String streamId)
The unique ID that QLDB assigns to each QLDB journal stream.
|
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 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 unique ID that QLDB assigns to each QLDB journal stream.
streamId
- The unique ID that QLDB assigns to each QLDB journal stream.public String getStreamId()
The unique ID that QLDB assigns to each QLDB journal stream.
public DescribeJournalKinesisStreamRequest withStreamId(String streamId)
The unique ID that QLDB assigns to each QLDB journal stream.
streamId
- The unique ID that QLDB assigns to each QLDB journal stream.public String toString()
toString
in class Object
Object.toString()
public DescribeJournalKinesisStreamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()