public class DescribeBackupAccessResponse extends AbstractModel
Constructor and Description |
---|
DescribeBackupAccessResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getBucket()
Get The bucket where a backup file is located
|
BackupFile[] |
getFiles()
Get Storage information of a backup file
|
String |
getRegion()
Get Instance region
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setBucket(String Bucket)
Set The bucket where a backup file is located
|
void |
setFiles(BackupFile[] Files)
Set Storage information of a backup file
|
void |
setRegion(String Region)
Set Instance region
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 String getRegion()
public void setRegion(String Region)
Region
- Instance regionpublic String getBucket()
public void setBucket(String Bucket)
Bucket
- The bucket where a backup file is locatedpublic BackupFile[] getFiles()
public void setFiles(BackupFile[] Files)
Files
- Storage information of a backup filepublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.