Class DescribeDeliveryStreamResult
java.lang.Object
com.amazonaws.services.kinesisfirehose.model.DescribeDeliveryStreamResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeDeliveryStream.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the delivery stream.int
hashCode()
void
setDeliveryStreamDescription
(DeliveryStreamDescription deliveryStreamDescription) Information about the delivery stream.toString()
Returns a string representation of this object; useful for testing and debugging.withDeliveryStreamDescription
(DeliveryStreamDescription deliveryStreamDescription) Information about the delivery stream.
-
Constructor Details
-
DescribeDeliveryStreamResult
public DescribeDeliveryStreamResult()
-
-
Method Details
-
setDeliveryStreamDescription
Information about the delivery stream.
- Parameters:
deliveryStreamDescription
- Information about the delivery stream.
-
getDeliveryStreamDescription
Information about the delivery stream.
- Returns:
- Information about the delivery stream.
-
withDeliveryStreamDescription
public DescribeDeliveryStreamResult withDeliveryStreamDescription(DeliveryStreamDescription deliveryStreamDescription) Information about the delivery stream.
- Parameters:
deliveryStreamDescription
- Information about the delivery stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-