@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
For a SQL-based Kinesis Data Analytics application, when updating an output configuration using the UpdateApplication operation, provides information about a Kinesis Data Firehose delivery stream that is configured as the destination.
Constructor and Description |
---|
KinesisFirehoseOutputUpdate() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the delivery stream to write to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the delivery stream to write to.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the delivery stream to write to.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the delivery stream to write to.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the delivery stream to write to.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the delivery stream to write to.
public KinesisFirehoseOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the delivery stream to write to.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the delivery stream to write to.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.