public class DescribeDeliveryStreamResult extends Object implements Serializable, Cloneable
Contains the output of DescribeDeliveryStream.
| Constructor and Description |
|---|
DescribeDeliveryStreamResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryStreamResult |
clone() |
boolean |
equals(Object obj) |
DeliveryStreamDescription |
getDeliveryStreamDescription()
Information about the delivery stream.
|
int |
hashCode() |
void |
setDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDeliveryStreamResult |
withDeliveryStreamDescription(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 String toString()
toString in class ObjectObject.toString()public DescribeDeliveryStreamResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.