Class DescribeStreamResult
java.lang.Object
com.amazonaws.services.kinesis.model.DescribeStreamResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output for DescribeStream
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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) 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.toString()
Returns a string representation of this object; useful for testing and debugging.withStreamDescription
(StreamDescription streamDescription) 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.
-
Constructor Details
-
DescribeStreamResult
public DescribeStreamResult()
-
-
Method Details
-
setStreamDescription
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.
- Parameters:
streamDescription
- 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.
-
getStreamDescription
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.
- Returns:
- 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.
-
withStreamDescription
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.
- Parameters:
streamDescription
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-