@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStreamResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamResult |
clone() |
boolean |
equals(Object obj) |
StreamInfo |
getStreamInfo()
Information about the stream.
|
int |
hashCode() |
void |
setStreamInfo(StreamInfo streamInfo)
Information about the stream.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStreamResult |
withStreamInfo(StreamInfo streamInfo)
Information about the stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamInfo(StreamInfo streamInfo)
Information about the stream.
streamInfo
- Information about the stream.public StreamInfo getStreamInfo()
Information about the stream.
public DescribeStreamResult withStreamInfo(StreamInfo streamInfo)
Information about the stream.
streamInfo
- Information about the stream.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamResult clone()