@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.
| Constructor and Description |
|---|
SourceDescription() |
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
clone() |
boolean |
equals(Object obj) |
KinesisStreamSourceDescription |
getKinesisStreamSourceDescription()
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
String |
toString()
Returns a string representation of this object.
|
SourceDescription |
withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
public void setKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
kinesisStreamSourceDescription - The KinesisStreamSourceDescription value for the source Kinesis data stream.public KinesisStreamSourceDescription getKinesisStreamSourceDescription()
The KinesisStreamSourceDescription value for the source Kinesis data stream.
public SourceDescription withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
kinesisStreamSourceDescription - The KinesisStreamSourceDescription value for the source Kinesis data stream.public String toString()
toString in class ObjectObject.toString()public SourceDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.