public class UnbindAutoSnapshotPolicyRequest extends AbstractModel
| Constructor and Description | 
|---|
| UnbindAutoSnapshotPolicyRequest() | 
| UnbindAutoSnapshotPolicyRequest(UnbindAutoSnapshotPolicyRequest 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 | getAutoSnapshotPolicyId()Get ID of the snapshot to be unbound | 
| String | getFileSystemIds()Get List of IDs of the file systems to be unbound, separated by comma | 
| void | setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)Set ID of the snapshot to be unbound | 
| void | setFileSystemIds(String FileSystemIds)Set List of IDs of the file systems to be unbound, separated by comma | 
| 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 UnbindAutoSnapshotPolicyRequest()
public UnbindAutoSnapshotPolicyRequest(UnbindAutoSnapshotPolicyRequest source)
public String getFileSystemIds()
public void setFileSystemIds(String FileSystemIds)
FileSystemIds - List of IDs of the file systems to be unbound, separated by commapublic String getAutoSnapshotPolicyId()
public void setAutoSnapshotPolicyId(String AutoSnapshotPolicyId)
AutoSnapshotPolicyId - ID of the snapshot to be unboundCopyright © 2023. All rights reserved.