public class DescribeStreamResult extends Object implements Serializable
Represents the output of a DescribeStream
operation.
Constructor and Description |
---|
DescribeStreamResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StreamDescription |
getStreamDescription()
Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.
|
int |
hashCode() |
void |
setStreamDescription(StreamDescription streamDescription)
Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStreamResult |
withStreamDescription(StreamDescription streamDescription)
Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.
|
public StreamDescription getStreamDescription()
public void setStreamDescription(StreamDescription streamDescription)
streamDescription
- Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.public DescribeStreamResult withStreamDescription(StreamDescription streamDescription)
Returns a reference to this object so that method calls can be chained together.
streamDescription
- Contains the current status of the stream, the stream ARN, an array of
shard objects that comprise the stream, and states whether there are
more shards available.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.