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