public class ModifyIPStrategyRequest extends AbstractModel
Constructor and Description |
---|
ModifyIPStrategyRequest() |
ModifyIPStrategyRequest(ModifyIPStrategyRequest 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 |
getServiceId()
Get Unique service ID of the policy to be modified.
|
String |
getStrategyData()
Get Details of the policy to be modified.
|
String |
getStrategyId()
Get Unique ID of the policy to be modified.
|
void |
setServiceId(String ServiceId)
Set Unique service ID of the policy to be modified.
|
void |
setStrategyData(String StrategyData)
Set Details of the policy to be modified.
|
void |
setStrategyId(String StrategyId)
Set Unique ID of the policy to be modified.
|
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 ModifyIPStrategyRequest()
public ModifyIPStrategyRequest(ModifyIPStrategyRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique service ID of the policy to be modified.public String getStrategyId()
public void setStrategyId(String StrategyId)
StrategyId
- Unique ID of the policy to be modified.public String getStrategyData()
public void setStrategyData(String StrategyData)
StrategyData
- Details of the policy to be modified.Copyright © 2021. All rights reserved.