public class GetBucketLocationResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
locationConstraint |
String |
requestId |
| Constructor and Description |
|---|
GetBucketLocationResponse() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.