public class UnbindCmqDeadLetterRequest extends AbstractModel
| Constructor and Description | 
|---|
| UnbindCmqDeadLetterRequest() | 
| UnbindCmqDeadLetterRequest(UnbindCmqDeadLetterRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSourceQueueName()Get Source queue name of dead letter policy. | 
| void | setSourceQueueName(String SourceQueueName)Set Source queue name of dead letter policy. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic UnbindCmqDeadLetterRequest()
public UnbindCmqDeadLetterRequest(UnbindCmqDeadLetterRequest source)
public String getSourceQueueName()
public void setSourceQueueName(String SourceQueueName)
SourceQueueName - Source queue name of dead letter policy. Calling this API will clear the dead letter queue policy of this queue.Copyright © 2022. All rights reserved.