@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()
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.
|
DescribeStreamResult |
withStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
streamInfo - An object that describes the stream.public StreamInfo getStreamInfo()
An object that describes the stream.
public DescribeStreamResult withStreamInfo(StreamInfo streamInfo)
An object that describes the stream.
streamInfo - An object that describes the stream.public String toString()
toString in class ObjectObject.toString()public DescribeStreamResult clone()