public class DeleteSnapshotRepoRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
A unique token generated by the client to guarantee the idempotency of the request.
|
String |
repoPath
Reference instance ID.
|
构造器和说明 |
---|
DeleteSnapshotRepoRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteSnapshotRepoRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getRepoPath() |
DeleteSnapshotRepoRequest |
setClientToken(String clientToken) |
DeleteSnapshotRepoRequest |
setRepoPath(String repoPath) |
@NameInMap(value="clientToken") public String clientToken
A unique token generated by the client to guarantee the idempotency of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The token can only contain ASCII characters and cannot exceed 64 characters in length.
@NameInMap(value="repoPath") public String repoPath
Reference instance ID.
This parameter is required.
public static DeleteSnapshotRepoRequest build(Map<String,?> map) throws Exception
Exception
public DeleteSnapshotRepoRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteSnapshotRepoRequest setRepoPath(String repoPath)
public String getRepoPath()
Copyright © 2024. All rights reserved.