@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamJournalToKinesisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StreamJournalToKinesisResult() |
| Modifier and Type | Method and Description |
|---|---|
StreamJournalToKinesisResult |
clone() |
boolean |
equals(Object obj) |
String |
getStreamId()
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
|
int |
hashCode() |
void |
setStreamId(String streamId)
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
|
String |
toString()
Returns a string representation of this object.
|
StreamJournalToKinesisResult |
withStreamId(String streamId)
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStreamId(String streamId)
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
streamId - The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.public String getStreamId()
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
public StreamJournalToKinesisResult withStreamId(String streamId)
The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.
streamId - The UUID (represented in Base62-encoded text) that QLDB assigns to each QLDB journal stream.public String toString()
toString in class ObjectObject.toString()public StreamJournalToKinesisResult clone()