@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseInput extends Object implements Serializable, Cloneable, StructuredPojo
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).
| Constructor and Description |
|---|
KinesisFirehoseInput() |
| Modifier and Type | Method and Description |
|---|---|
KinesisFirehoseInput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the delivery stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseInput |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
|
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
resourceARN - The Amazon Resource Name (ARN) of the delivery stream.public String getResourceARN()
The Amazon Resource Name (ARN) of the delivery stream.
public KinesisFirehoseInput withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the delivery stream.
resourceARN - The Amazon Resource Name (ARN) of the delivery stream.public String toString()
toString in class ObjectObject.toString()public KinesisFirehoseInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.