@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Firehose extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
Firehose() |
| Modifier and Type | Method and Description |
|---|---|
Firehose |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStream() |
Boolean |
getEnabled() |
int |
hashCode() |
Boolean |
isEnabled() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeliveryStream(String deliveryStream) |
void |
setEnabled(Boolean enabled) |
String |
toString()
Returns a string representation of this object.
|
Firehose |
withDeliveryStream(String deliveryStream) |
Firehose |
withEnabled(Boolean enabled) |
public void setDeliveryStream(String deliveryStream)
deliveryStream - public String getDeliveryStream()
public Firehose withDeliveryStream(String deliveryStream)
deliveryStream - public void setEnabled(Boolean enabled)
enabled - public Boolean getEnabled()
public Firehose withEnabled(Boolean enabled)
enabled - public Boolean isEnabled()
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.