public class DescribeDiskAssociatedAutoSnapshotPolicyResponse extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDiskAssociatedAutoSnapshotPolicyResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| AutoSnapshotPolicy[] | getAutoSnapshotPolicySet()Get List of scheduled snapshots bound to cloud disk. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getTotalCount()Get The quantity of scheduled snapshots binded to cloud disk. | 
| void | setAutoSnapshotPolicySet(AutoSnapshotPolicy[] AutoSnapshotPolicySet)Set List of scheduled snapshots bound to cloud disk. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setTotalCount(Long TotalCount)Set The quantity of scheduled snapshots binded to cloud disk. | 
| 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, toJsonStringpublic DescribeDiskAssociatedAutoSnapshotPolicyResponse()
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - The quantity of scheduled snapshots binded to cloud disk.public AutoSnapshotPolicy[] getAutoSnapshotPolicySet()
public void setAutoSnapshotPolicySet(AutoSnapshotPolicy[] AutoSnapshotPolicySet)
AutoSnapshotPolicySet - List of scheduled snapshots bound to cloud disk.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 © 2019. All rights reserved.