@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a Kinesis Firehose location where chat logs will be stored.
Constructor and Description |
---|
FirehoseDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
FirehoseDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryStreamName(String deliveryStreamName)
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
|
String |
toString()
Returns a string representation of this object.
|
FirehoseDestinationConfiguration |
withDeliveryStreamName(String deliveryStreamName)
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
|
public void setDeliveryStreamName(String deliveryStreamName)
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
deliveryStreamName
- Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.public String getDeliveryStreamName()
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
public FirehoseDestinationConfiguration withDeliveryStreamName(String deliveryStreamName)
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.
deliveryStreamName
- Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.public String toString()
toString
in class Object
Object.toString()
public FirehoseDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.