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