类 SetBucketNotificationRequest
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.BaseBucketRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.SetBucketNotificationRequest
Set event notification for a bucket.
- 从以下版本开始:
- 3.20.3
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
bucketName, httpMethod, userHeaders -
构造器概要
构造器构造器说明SetBucketNotificationRequest(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration) -
方法概要
修饰符和类型方法说明voidsetBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration) toString()从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setRequesterPays, setUserHeaders
-
字段详细资料
-
bucketNotificationConfiguration
-
-
构造器详细资料
-
SetBucketNotificationRequest
public SetBucketNotificationRequest(String bucketName, BucketNotificationConfiguration bucketNotificationConfiguration)
-
-
方法详细资料
-
getBucketNotificationConfiguration
-
setBucketNotificationConfiguration
public void setBucketNotificationConfiguration(BucketNotificationConfiguration bucketNotificationConfiguration) -
toString
- 覆盖:
toString在类中BaseBucketRequest
-