@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 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.
|
MSKSourceDescription |
getMSKSourceDescription()
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
void |
setMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
SourceDescription |
withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
SourceDescription |
withMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery 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 void setMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
mSKSourceDescription
- The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.public MSKSourceDescription getMSKSourceDescription()
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
public SourceDescription withMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
mSKSourceDescription
- The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.public String toString()
toString
in class Object
Object.toString()
public SourceDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.