@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseDestination extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
KinesisFirehoseDestination() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamArn()
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
|
String |
getIamRoleArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event
destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
|
void |
setIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event
destination.
|
String |
toString()
Returns a string representation of this object.
|
KinesisFirehoseDestination |
withDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
|
KinesisFirehoseDestination |
withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event
destination.
|
public void setDeliveryStreamArn(String deliveryStreamArn)
deliveryStreamArn
- The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose
stream.public String getDeliveryStreamArn()
public KinesisFirehoseDestination withDeliveryStreamArn(String deliveryStreamArn)
deliveryStreamArn
- The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose
stream.public void setIamRoleArn(String iamRoleArn)
iamRoleArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the
event destination.public String getIamRoleArn()
public KinesisFirehoseDestination withIamRoleArn(String iamRoleArn)
iamRoleArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the
event destination.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.