@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about one logs delivery destination.
| Constructor and Description |
|---|
DeliveryDestinationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationResourceArn()
The ARN of the Amazon Web Services destination that this delivery destination represents.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestinationResourceArn(String destinationResourceArn)
The ARN of the Amazon Web Services destination that this delivery destination represents.
|
String |
toString()
Returns a string representation of this object.
|
DeliveryDestinationConfiguration |
withDestinationResourceArn(String destinationResourceArn)
The ARN of the Amazon Web Services destination that this delivery destination represents.
|
public void setDestinationResourceArn(String destinationResourceArn)
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
destinationResourceArn - The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web
Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in
Firehose.public String getDestinationResourceArn()
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
public DeliveryDestinationConfiguration withDestinationResourceArn(String destinationResourceArn)
The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in Firehose.
destinationResourceArn - The ARN of the Amazon Web Services destination that this delivery destination represents. That Amazon Web
Services destination can be a log group in CloudWatch Logs, an Amazon S3 bucket, or a delivery stream in
Firehose.public String toString()
toString in class ObjectObject.toString()public DeliveryDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.