@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information of a Kinesis Data Firehose delivery stream.
| Constructor and Description | 
|---|
| KinesisFirehoseConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| KinesisFirehoseConfig | clone() | 
| boolean | equals(Object obj) | 
| String | getFirehoseArn()
 The Amazon Resource Name (ARN) of the delivery stream. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFirehoseArn(String firehoseArn)
 The Amazon Resource Name (ARN) of the delivery stream. | 
| String | toString()Returns a string representation of this object. | 
| KinesisFirehoseConfig | withFirehoseArn(String firehoseArn)
 The Amazon Resource Name (ARN) of the delivery stream. | 
public void setFirehoseArn(String firehoseArn)
The Amazon Resource Name (ARN) of the delivery stream.
firehoseArn - The Amazon Resource Name (ARN) of the delivery stream.public String getFirehoseArn()
The Amazon Resource Name (ARN) of the delivery stream.
public KinesisFirehoseConfig withFirehoseArn(String firehoseArn)
The Amazon Resource Name (ARN) of the delivery stream.
firehoseArn - The Amazon Resource Name (ARN) of the delivery stream.public String toString()
toString in class ObjectObject.toString()public KinesisFirehoseConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.