@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 Object
Object.toString()
public KinesisFirehoseConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.