@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseStream extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about an Amazon Kinesis Data Firehose delivery stream.
Constructor and Description |
---|
FirehoseStream() |
Modifier and Type | Method and Description |
---|---|
FirehoseStream |
clone() |
boolean |
equals(Object obj) |
String |
getStreamName()
The name of the Amazon Kinesis Data Firehose delivery stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStreamName(String streamName)
The name of the Amazon Kinesis Data Firehose delivery stream.
|
String |
toString()
Returns a string representation of this object.
|
FirehoseStream |
withStreamName(String streamName)
The name of the Amazon Kinesis Data Firehose delivery stream.
|
public void setStreamName(String streamName)
The name of the Amazon Kinesis Data Firehose delivery stream.
streamName
- The name of the Amazon Kinesis Data Firehose delivery stream.public String getStreamName()
The name of the Amazon Kinesis Data Firehose delivery stream.
public FirehoseStream withStreamName(String streamName)
The name of the Amazon Kinesis Data Firehose delivery stream.
streamName
- The name of the Amazon Kinesis Data Firehose delivery stream.public String toString()
toString
in class Object
Object.toString()
public FirehoseStream clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.