@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisFirehoseOutputDescription extends Object implements Serializable, Cloneable, StructuredPojo
For an application output, describes the Amazon Kinesis Firehose delivery stream configured as its destination.
Constructor and Description |
---|
KinesisFirehoseOutputDescription() |
Modifier and Type | Method and Description |
---|---|
KinesisFirehoseOutputDescription |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
String |
getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
void |
setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
KinesisFirehoseOutputDescription |
withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
|
KinesisFirehoseOutputDescription |
withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
|
public void setResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
resourceARN
- Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.public String getResourceARN()
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
public KinesisFirehoseOutputDescription withResourceARN(String resourceARN)
Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.
resourceARN
- Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.public void setRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.public String getRoleARN()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
public KinesisFirehoseOutputDescription withRoleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.public String toString()
toString
in class Object
Object.toString()
public KinesisFirehoseOutputDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.