public class GetBucketLocationResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
locationConstraint |
String |
requestId |
| 构造器和说明 |
|---|
GetBucketLocationResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetBucketLocationResponse |
build(Map<String,?> map) |
String |
getLocationConstraint() |
String |
getRequestId() |
GetBucketLocationResponse |
setLocationConstraint(String locationConstraint) |
GetBucketLocationResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="LocationConstraint") @Validation(required=true) public String locationConstraint
public static GetBucketLocationResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetBucketLocationResponse setRequestId(String requestId)
public String getRequestId()
public GetBucketLocationResponse setLocationConstraint(String locationConstraint)
public String getLocationConstraint()
Copyright © 2020. All rights reserved.