@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseLogDestinationParameters extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Data Firehose logging configuration settings for the pipe.
Constructor and Description |
---|
FirehoseLogDestinationParameters() |
Modifier and Type | Method and Description |
---|---|
FirehoseLogDestinationParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamArn()
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe
log records.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeliveryStreamArn(String deliveryStreamArn)
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe
log records.
|
String |
toString()
Returns a string representation of this object.
|
FirehoseLogDestinationParameters |
withDeliveryStreamArn(String deliveryStreamArn)
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe
log records.
|
public void setDeliveryStreamArn(String deliveryStreamArn)
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn
- Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the
pipe log records.public String getDeliveryStreamArn()
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
public FirehoseLogDestinationParameters withDeliveryStreamArn(String deliveryStreamArn)
Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn
- Specifies the Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the
pipe log records.public String toString()
toString
in class Object
Object.toString()
public FirehoseLogDestinationParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.