public class DescribeBindingPolicyObjectListResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBindingPolicyObjectListResponse() |
DescribeBindingPolicyObjectListResponse(DescribeBindingPolicyObjectListResponse 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 |
---|---|
DescribeBindingPolicyObjectListInstanceGroup |
getInstanceGroup()
Get Bound instance group information.
|
DescribeBindingPolicyObjectListInstance[] |
getList()
Get List of bound object instances.
|
Long |
getNoShieldedSum()
Get Number of object instances that are not shielded.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get Total number of bound object instances.
|
void |
setInstanceGroup(DescribeBindingPolicyObjectListInstanceGroup InstanceGroup)
Set Bound instance group information.
|
void |
setList(DescribeBindingPolicyObjectListInstance[] List)
Set List of bound object instances.
|
void |
setNoShieldedSum(Long NoShieldedSum)
Set Number of object instances that are not shielded.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set Total number of bound object instances.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBindingPolicyObjectListResponse()
public DescribeBindingPolicyObjectListResponse(DescribeBindingPolicyObjectListResponse source)
public DescribeBindingPolicyObjectListInstance[] getList()
public void setList(DescribeBindingPolicyObjectListInstance[] List)
List
- List of bound object instances.
Note: This field may return null, indicating that no valid value was found.public Long getTotal()
public void setTotal(Long Total)
Total
- Total number of bound object instances.public Long getNoShieldedSum()
public void setNoShieldedSum(Long NoShieldedSum)
NoShieldedSum
- Number of object instances that are not shielded.public DescribeBindingPolicyObjectListInstanceGroup getInstanceGroup()
public void setInstanceGroup(DescribeBindingPolicyObjectListInstanceGroup InstanceGroup)
InstanceGroup
- Bound instance group information. This parameter is not configured if no instance group is bound.
Note: This field may return null, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.