@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeadLetterConfig extends Object implements Serializable, Cloneable, StructuredPojo
A DeadLetterConfig object that contains information about a dead-letter queue configuration.
| Constructor and Description |
|---|
DeadLetterConfig() |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterConfig |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the SQS queue specified as the target for the dead-letter queue.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The ARN of the SQS queue specified as the target for the dead-letter queue.
|
String |
toString()
Returns a string representation of this object.
|
DeadLetterConfig |
withArn(String arn)
The ARN of the SQS queue specified as the target for the dead-letter queue.
|
public void setArn(String arn)
The ARN of the SQS queue specified as the target for the dead-letter queue.
arn - The ARN of the SQS queue specified as the target for the dead-letter queue.public String getArn()
The ARN of the SQS queue specified as the target for the dead-letter queue.
public DeadLetterConfig withArn(String arn)
The ARN of the SQS queue specified as the target for the dead-letter queue.
arn - The ARN of the SQS queue specified as the target for the dead-letter queue.public String toString()
toString in class ObjectObject.toString()public DeadLetterConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.