public class CreateCfsSnapshotRequest extends AbstractModel
header, skipSign
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 文件系统id
|
TagInfo[] |
getResourceTags()
Get 快照标签
|
String |
getSnapshotName()
Get 快照名称
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统id
|
void |
setResourceTags(TagInfo[] ResourceTags)
Set 快照标签
|
void |
setSnapshotName(String SnapshotName)
Set 快照名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateCfsSnapshotRequest()
public CreateCfsSnapshotRequest(CreateCfsSnapshotRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统idpublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName
- 快照名称public TagInfo[] getResourceTags()
public void setResourceTags(TagInfo[] ResourceTags)
ResourceTags
- 快照标签Copyright © 2024. All rights reserved.