public class ModifySubscriptionAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifySubscriptionAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getBindingKey()
Get BindingKey
|
String[] |
getFilterTags()
Get FilterTags
|
String |
getNotifyContentFormat()
Get NotifyContentFormat
|
String |
getNotifyStrategy()
Get NotifyStrategy
|
String |
getSubscriptionName()
Get SubscriptionName
|
String |
getTopicName()
Get TopicName
|
void |
setBindingKey(String[] BindingKey)
Set BindingKey
|
void |
setFilterTags(String[] FilterTags)
Set FilterTags
|
void |
setNotifyContentFormat(String NotifyContentFormat)
Set NotifyContentFormat
|
void |
setNotifyStrategy(String NotifyStrategy)
Set NotifyStrategy
|
void |
setSubscriptionName(String SubscriptionName)
Set SubscriptionName
|
void |
setTopicName(String TopicName)
Set TopicName
|
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, toJsonString
public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TopicNamepublic String getSubscriptionName()
public void setSubscriptionName(String SubscriptionName)
SubscriptionName
- SubscriptionNamepublic String getNotifyStrategy()
public void setNotifyStrategy(String NotifyStrategy)
NotifyStrategy
- NotifyStrategypublic String getNotifyContentFormat()
public void setNotifyContentFormat(String NotifyContentFormat)
NotifyContentFormat
- NotifyContentFormatpublic String[] getFilterTags()
public void setFilterTags(String[] FilterTags)
FilterTags
- FilterTagspublic String[] getBindingKey()
public void setBindingKey(String[] BindingKey)
BindingKey
- BindingKeyCopyright © 2020. All rights reserved.