public class DescribeDeliveryStreamResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of DescribeDeliveryStream.
Modifier and Type | Field and Description |
---|---|
private DeliveryStreamDescription |
deliveryStreamDescription
Information about the delivery stream.
|
Constructor and Description |
---|
DescribeDeliveryStreamResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDeliveryStreamResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DeliveryStreamDescription |
getDeliveryStreamDescription()
Information about the delivery stream.
|
int |
hashCode() |
void |
setDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeliveryStreamResult |
withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
private DeliveryStreamDescription deliveryStreamDescription
Information about the delivery stream.
public void setDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
deliveryStreamDescription
- Information about the delivery stream.public DeliveryStreamDescription getDeliveryStreamDescription()
Information about the delivery stream.
public DescribeDeliveryStreamResult withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
deliveryStreamDescription
- Information about the delivery stream.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeDeliveryStreamResult clone()
clone
in class java.lang.Object