public class DeadLetterConfig extends AbstractModel
| Constructor and Description | 
|---|
DeadLetterConfig()  | 
DeadLetterConfig(DeadLetterConfig 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 | 
getFilterType()
Get Tag form of a dead letter queue topic mode 
 | 
String | 
getName()
Get Dead letter queue name 
 | 
String | 
getType()
Get Dead letter queue mode 
 | 
void | 
setFilterType(String FilterType)
Set Tag form of a dead letter queue topic mode 
 | 
void | 
setName(String Name)
Set Dead letter queue name 
 | 
void | 
setType(String Type)
Set Dead letter queue mode 
 | 
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 DeadLetterConfig()
public DeadLetterConfig(DeadLetterConfig source)
public String getType()
public void setType(String Type)
Type - Dead letter queue modepublic String getName()
public void setName(String Name)
Name - Dead letter queue namepublic String getFilterType()
public void setFilterType(String FilterType)
FilterType - Tag form of a dead letter queue topic modeCopyright © 2021. All rights reserved.