public class DescribeClusterSnapshotRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeClusterSnapshotRequest() | 
| DescribeClusterSnapshotRequest(DescribeClusterSnapshotRequest 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 | getInstanceId()Get 集群实例Id,格式:es-xxxx | 
| String | getRepositoryName()Get 快照仓库名称 | 
| String | getSnapshotName()Get 集群快照名称 | 
| void | setInstanceId(String InstanceId)Set 集群实例Id,格式:es-xxxx | 
| void | setRepositoryName(String RepositoryName)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, toJsonStringpublic DescribeClusterSnapshotRequest()
public DescribeClusterSnapshotRequest(DescribeClusterSnapshotRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群实例Id,格式:es-xxxxpublic String getRepositoryName()
public void setRepositoryName(String RepositoryName)
RepositoryName - 快照仓库名称public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - 集群快照名称Copyright © 2025. All rights reserved.