|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.kinesis.model.DescribeStreamResult
public class DescribeStreamResult
Represents the output of a DescribeStream
operation.
Constructor Summary | |
---|---|
DescribeStreamResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStreamResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |