public class UpdateCfsSnapshotAttributeRequest extends AbstractModel
| Constructor and Description | 
|---|
| UpdateCfsSnapshotAttributeRequest() | 
| UpdateCfsSnapshotAttributeRequest(UpdateCfsSnapshotAttributeRequest 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 | 
|---|---|
| Long | getAliveDays()Get File system snapshot retention period in days | 
| String | getSnapshotId()Get File system snapshot ID | 
| String | getSnapshotName()Get File system snapshot name | 
| void | setAliveDays(Long AliveDays)Set File system snapshot retention period in days | 
| void | setSnapshotId(String SnapshotId)Set File system snapshot ID | 
| void | setSnapshotName(String SnapshotName)Set File system 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, toJsonStringpublic UpdateCfsSnapshotAttributeRequest()
public UpdateCfsSnapshotAttributeRequest(UpdateCfsSnapshotAttributeRequest source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId - File system snapshot IDpublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - File system snapshot namepublic Long getAliveDays()
public void setAliveDays(Long AliveDays)
AliveDays - File system snapshot retention period in daysCopyright © 2022. All rights reserved.