@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseDestination extends Object implements Serializable, Cloneable, StructuredPojo
Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the Identity and Access Management (IAM) role associated with a Firehose event destination.
Event destinations, such as Firehose, are associated with configuration sets, which enable you to publish message sending events.
| Constructor and Description | 
|---|
KinesisFirehoseDestination()  | 
| Modifier and Type | Method and Description | 
|---|---|
KinesisFirehoseDestination | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDeliveryStreamArn()
 The Amazon Resource Name (ARN) of the delivery stream. 
 | 
String | 
getIamRoleArn()
 The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose
 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 the delivery stream. 
 | 
void | 
setIamRoleArn(String iamRoleArn)
 The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose
 destination. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
KinesisFirehoseDestination | 
withDeliveryStreamArn(String deliveryStreamArn)
 The Amazon Resource Name (ARN) of the delivery stream. 
 | 
KinesisFirehoseDestination | 
withIamRoleArn(String iamRoleArn)
 The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose
 destination. 
 | 
public void setIamRoleArn(String iamRoleArn)
The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
iamRoleArn - The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data
        Firehose destination.public String getIamRoleArn()
The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
public KinesisFirehoseDestination withIamRoleArn(String iamRoleArn)
The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
iamRoleArn - The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data
        Firehose destination.public void setDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the delivery stream.
deliveryStreamArn - The Amazon Resource Name (ARN) of the delivery stream.public String getDeliveryStreamArn()
The Amazon Resource Name (ARN) of the delivery stream.
public KinesisFirehoseDestination withDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the delivery stream.
deliveryStreamArn - The Amazon Resource Name (ARN) of the delivery stream.public String toString()
toString in class ObjectObject.toString()public KinesisFirehoseDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.