@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceDescription extends Object implements Serializable, Cloneable, StructuredPojo
Details about a Kinesis stream used as the source for a Kinesis 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 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 stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SourceDescription |
withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis stream.
|
public void setKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis stream.
kinesisStreamSourceDescription
- The KinesisStreamSourceDescription value for the source Kinesis stream.public KinesisStreamSourceDescription getKinesisStreamSourceDescription()
The KinesisStreamSourceDescription value for the source Kinesis stream.
public SourceDescription withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis stream.
kinesisStreamSourceDescription
- The KinesisStreamSourceDescription value for the source Kinesis 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.