@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 Amazon Resource Name (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 Amazon Resource Name (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.
|
DescribeStreamResult |
withStreamDescription(StreamDescription streamDescription)
The current status of the stream, the stream Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 Amazon Resource Name (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 © 2024. All rights reserved.