public class CreateSnapshotResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
snapshotId
The ID of the snapshot.
|
构造器和说明 |
---|
CreateSnapshotResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateSnapshotResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSnapshotId() |
CreateSnapshotResponseBody |
setRequestId(String requestId) |
CreateSnapshotResponseBody |
setSnapshotId(String snapshotId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="SnapshotId") public String snapshotId
The ID of the snapshot.
example:s-bp17441ohwka0yuh****
public static CreateSnapshotResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateSnapshotResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateSnapshotResponseBody setSnapshotId(String snapshotId)
public String getSnapshotId()
Copyright © 2024. All rights reserved.