public class DeleteMountTargetRequest extends AbstractModel
Constructor and Description |
---|
DeleteMountTargetRequest() |
DeleteMountTargetRequest(DeleteMountTargetRequest 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 |
getFileSystemId()
Get File system ID
|
String |
getMountTargetId()
Get Mount target ID
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setMountTargetId(String MountTargetId)
Set Mount target ID
|
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 DeleteMountTargetRequest()
public DeleteMountTargetRequest(DeleteMountTargetRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic String getMountTargetId()
public void setMountTargetId(String MountTargetId)
MountTargetId
- Mount target IDCopyright © 2021. All rights reserved.