public class DescribeStreamResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StreamInfo |
getStreamInfo()
An object that describes the stream.
|
int |
hashCode() |
void |
setStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamResult |
withStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
public StreamInfo getStreamInfo()
An object that describes the stream.
An object that describes the stream.
public void setStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
streamInfo - An object that describes the stream.
public DescribeStreamResult withStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
Returns a reference to this object so that method calls can be chained together.
streamInfo - An object that describes the stream.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.