public class DescribeBindingPolicyObjectListInstance extends AbstractModel
Constructor and Description |
---|
DescribeBindingPolicyObjectListInstance() |
Modifier and Type | Method and Description |
---|---|
String |
getDimensions()
Get Dimension set of an object instance, which is a jsonObj string.
|
Long |
getIsShielded()
Get Whether the object is shielded.
|
String |
getRegion()
Get Region where the object resides.
|
String |
getUniqueId()
Get Unique ID of the object.
|
void |
setDimensions(String Dimensions)
Set Dimension set of an object instance, which is a jsonObj string.
|
void |
setIsShielded(Long IsShielded)
Set Whether the object is shielded.
|
void |
setRegion(String Region)
Set Region where the object resides.
|
void |
setUniqueId(String UniqueId)
Set Unique ID of the object.
|
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 DescribeBindingPolicyObjectListInstance()
public String getUniqueId()
public void setUniqueId(String UniqueId)
UniqueId
- Unique ID of the object.public String getDimensions()
public void setDimensions(String Dimensions)
Dimensions
- Dimension set of an object instance, which is a jsonObj string.public Long getIsShielded()
public void setIsShielded(Long IsShielded)
IsShielded
- Whether the object is shielded. The value 0 indicates that the object is not shielded. The value 1 indicates that the object is shielded.public String getRegion()
public void setRegion(String Region)
Region
- Region where the object resides.Copyright © 2020. All rights reserved.