public class CreateSnapshotPoliciesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateSnapshotPoliciesRequest() | 
| CreateSnapshotPoliciesRequest(CreateSnapshotPoliciesRequest 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 | 
|---|---|
| SnapshotPolicy[] | getSnapshotPolicies()Get 快照策略详情。 | 
| Tag[] | getTags()Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。 | 
| void | setSnapshotPolicies(SnapshotPolicy[] SnapshotPolicies)Set 快照策略详情。 | 
| void | setTags(Tag[] Tags)Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。 | 
| 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, toJsonStringpublic CreateSnapshotPoliciesRequest()
public CreateSnapshotPoliciesRequest(CreateSnapshotPoliciesRequest source)
public SnapshotPolicy[] getSnapshotPolicies()
public void setSnapshotPolicies(SnapshotPolicy[] SnapshotPolicies)
SnapshotPolicies - 快照策略详情。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。Copyright © 2025. All rights reserved.