@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output for DescribeStream
.
Constructor and Description |
---|
DescribeStreamResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStreamResult |
clone() |
boolean |
equals(Object obj) |
StreamDescription |
getStreamDescription()
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and 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 whether
there are more shards available.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeStreamResult |
withStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether
there are more shards available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
streamDescription
- The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and
whether there are more shards available.public StreamDescription getStreamDescription()
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
public DescribeStreamResult withStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and whether there are more shards available.
streamDescription
- The current status of the stream, the stream ARN, an array of shard objects that comprise the stream, and
whether there are more shards available.public String toString()
toString
in class Object
Object.toString()
public DescribeStreamResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.