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