public class GetBucketLocationRequest
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bucketName |
| Constructor and Description |
|---|
GetBucketLocationRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetBucketLocationRequest |
build(Map<String,?> map) |
String |
getBucketName() |
GetBucketLocationRequest |
setBucketName(String bucketName) |
@NameInMap(value="BucketName")
@Validation(required=true,
pattern="[a-zA-Z0-9-_]+")
public String bucketName
public static GetBucketLocationRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetBucketLocationRequest setBucketName(String bucketName)
public String getBucketName()
Copyright © 2021. All rights reserved.