@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public DeliveryDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.