public class UnbindCmqDeadLetterRequest extends AbstractModel
header, skipSign
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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 © 2024. All rights reserved.