@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseInputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
For an SQL-based Amazon Kinesis Data Analytics application, when updating application input configuration, provides information about a Kinesis Data Firehose delivery stream as the streaming source.
Constructor and Description |
---|
KinesisFirehoseInputUpdate() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseInputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the input delivery stream to read.
|
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 input delivery stream to read.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseInputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the input delivery stream to read.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the input delivery stream to read.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the input delivery stream to read.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the input delivery stream to read.
public KinesisFirehoseInputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the input delivery stream to read.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the input delivery stream to read.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseInputUpdate 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.