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