public class CreateCfsSnapshotRequest extends AbstractModel
Constructor and Description |
---|
CreateCfsSnapshotRequest() |
CreateCfsSnapshotRequest(CreateCfsSnapshotRequest 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
|
TagInfo[] |
getResourceTags()
Get Snapshot tag
|
String |
getSnapshotName()
Get Snapshot name
|
void |
setFileSystemId(String FileSystemId)
Set File system ID
|
void |
setResourceTags(TagInfo[] ResourceTags)
Set Snapshot tag
|
void |
setSnapshotName(String SnapshotName)
Set Snapshot name
|
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 CreateCfsSnapshotRequest()
public CreateCfsSnapshotRequest(CreateCfsSnapshotRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- File system IDpublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- Snapshot namepublic TagInfo[] getResourceTags()
public void setResourceTags(TagInfo[] ResourceTags)
ResourceTags
- Snapshot tagCopyright © 2023. All rights reserved.