@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutput extends Object implements Serializable, Cloneable, StructuredPojo
When you configure an SQL-based Amazon Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).
Constructor and Description |
---|
KinesisStreamsOutput() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamsOutput |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the destination Kinesis data 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 Kinesis data stream to write to.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutput |
withResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
|
public void setResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
resourceARN
- The ARN of the destination Kinesis data stream to write to.public String getResourceARN()
The ARN of the destination Kinesis data stream to write to.
public KinesisStreamsOutput withResourceARN(String resourceARN)
The ARN of the destination Kinesis data stream to write to.
resourceARN
- The ARN of the destination Kinesis data stream to write to.public String toString()
toString
in class Object
Object.toString()
public KinesisStreamsOutput 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.