All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.ens20171110.models.GetBucketInfoRequest Maven / Gradle / Ivy

There is a newer version: 7.4.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ens20171110.models;

import com.aliyun.tea.*;

public class GetBucketInfoRequest extends TeaModel {
    /**
     * 

The name of the bucket.

*

This parameter is required.

* * example: *

test

*/ @NameInMap("BucketName") public String bucketName; public static GetBucketInfoRequest build(java.util.Map map) throws Exception { GetBucketInfoRequest self = new GetBucketInfoRequest(); return TeaModel.build(map, self); } public GetBucketInfoRequest setBucketName(String bucketName) { this.bucketName = bucketName; return this; } public String getBucketName() { return this.bucketName; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy