public class SnapshotCopyResult extends AbstractModel
Constructor and Description |
---|
SnapshotCopyResult() |
SnapshotCopyResult(SnapshotCopyResult 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 |
getCode()
Get Error code.
|
String |
getDestinationRegion()
Get Destination region of the replication task
|
String |
getMessage()
Get Error message.
|
String |
getSnapshotId()
Get ID of the snapshot replica
|
void |
setCode(String Code)
Set Error code.
|
void |
setDestinationRegion(String DestinationRegion)
Set Destination region of the replication task
|
void |
setMessage(String Message)
Set Error message.
|
void |
setSnapshotId(String SnapshotId)
Set ID of the snapshot replica
|
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, toJsonString
public SnapshotCopyResult()
public SnapshotCopyResult(SnapshotCopyResult source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- ID of the snapshot replicapublic String getMessage()
public void setMessage(String Message)
Message
- Error message. It’s null if the request succeeds.public String getCode()
public void setCode(String Code)
Code
- Error code. It’s `Success` if the request succeeds.public String getDestinationRegion()
public void setDestinationRegion(String DestinationRegion)
DestinationRegion
- Destination region of the replication taskCopyright © 2023. All rights reserved.