@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDeliveryStreamResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
DescribeDeliveryStreamResult |
withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription)
Information about the delivery stream.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 Object
Object.toString()
public DescribeDeliveryStreamResult clone()
Copyright © 2019. All rights reserved.