@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When you update a SQL-based Kinesis Data Analytics application's output configuration using the UpdateApplication operation, provides information about a Kinesis data stream that is configured as the destination.
Constructor and Description |
---|
KinesisStreamsOutputUpdate() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamsOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
|
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 Kinesis data stream where you want to write the output.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
|
public void setResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.public String getResourceARNUpdate()
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
public KinesisStreamsOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.
resourceARNUpdate
- The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.public String toString()
toString
in class Object
Object.toString()
public KinesisStreamsOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.