public class ReleaseAddressesRequest extends AbstractModel
Constructor and Description |
---|
ReleaseAddressesRequest() |
ReleaseAddressesRequest(ReleaseAddressesRequest 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[] |
getAddressIds()
Get List of unique IDs of EIPs.
|
String |
getEcmRegion()
Get ECM region
|
void |
setAddressIds(String[] AddressIds)
Set List of unique IDs of EIPs.
|
void |
setEcmRegion(String EcmRegion)
Set ECM region
|
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 ReleaseAddressesRequest()
public ReleaseAddressesRequest(ReleaseAddressesRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM regionpublic String[] getAddressIds()
public void setAddressIds(String[] AddressIds)
AddressIds
- List of unique IDs of EIPs.Copyright © 2023. All rights reserved.