public class GetBucketLoggingResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus |
static class |
GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatusLoggingEnabled |
| Modifier and Type | Field and Description |
|---|---|
GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus |
bucketLoggingStatus |
String |
requestId |
| Constructor and Description |
|---|
GetBucketLoggingResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketLoggingResponse |
build(Map<String,?> map) |
GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus |
getBucketLoggingStatus() |
String |
getRequestId() |
GetBucketLoggingResponse |
setBucketLoggingStatus(GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus bucketLoggingStatus) |
GetBucketLoggingResponse |
setRequestId(String requestId) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="BucketLoggingStatus") @Validation(required=true) public GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus bucketLoggingStatus
public static GetBucketLoggingResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetBucketLoggingResponse setRequestId(String requestId)
public String getRequestId()
public GetBucketLoggingResponse setBucketLoggingStatus(GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus bucketLoggingStatus)
public GetBucketLoggingResponse.GetBucketLoggingResponseBucketLoggingStatus getBucketLoggingStatus()
Copyright © 2021. All rights reserved.