public class SetDefaultStorageLocationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bucket
example:
oss-test-bucket
|
String |
path
example:
ims/dir
|
String |
storageType
example:
user_oss_bucket
|
构造器和说明 |
---|
SetDefaultStorageLocationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static SetDefaultStorageLocationRequest |
build(Map<String,?> map) |
String |
getBucket() |
String |
getPath() |
String |
getStorageType() |
SetDefaultStorageLocationRequest |
setBucket(String bucket) |
SetDefaultStorageLocationRequest |
setPath(String path) |
SetDefaultStorageLocationRequest |
setStorageType(String storageType) |
@NameInMap(value="Bucket") public String bucket
oss-test-bucket
@NameInMap(value="Path") public String path
ims/dir
@NameInMap(value="StorageType") public String storageType
user_oss_bucket
public static SetDefaultStorageLocationRequest build(Map<String,?> map) throws Exception
Exception
public SetDefaultStorageLocationRequest setBucket(String bucket)
public String getBucket()
public SetDefaultStorageLocationRequest setPath(String path)
public String getPath()
public SetDefaultStorageLocationRequest setStorageType(String storageType)
public String getStorageType()
Copyright © 2024. All rights reserved.