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