public class CreateDeliveryStreamResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateDeliveryStream.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
deliveryStreamARN
The ARN of the delivery stream.
|
Constructor and Description |
---|
CreateDeliveryStreamResult() |
Modifier and Type | Method and Description |
---|---|
CreateDeliveryStreamResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDeliveryStreamARN()
The ARN of the delivery stream.
|
int |
hashCode() |
void |
setDeliveryStreamARN(java.lang.String deliveryStreamARN)
The ARN of the delivery stream.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDeliveryStreamResult |
withDeliveryStreamARN(java.lang.String deliveryStreamARN)
The ARN of the delivery stream.
|
private java.lang.String deliveryStreamARN
The ARN of the delivery stream.
public void setDeliveryStreamARN(java.lang.String deliveryStreamARN)
The ARN of the delivery stream.
deliveryStreamARN
- The ARN of the delivery stream.public java.lang.String getDeliveryStreamARN()
The ARN of the delivery stream.
public CreateDeliveryStreamResult withDeliveryStreamARN(java.lang.String deliveryStreamARN)
The ARN of the delivery stream.
deliveryStreamARN
- The ARN of 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 CreateDeliveryStreamResult clone()
clone
in class java.lang.Object