public class ListBucketInventoryConfigurationsRequest extends CosServiceRequest implements Serializable
| 构造器和说明 |
|---|
ListBucketInventoryConfigurationsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Gets the name of the COS bucket whose
inventory configurations are to be listed.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
void |
setBucketName(String bucketName)
Sets the name of the COS bucket whose inventory configurations are to be listed.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketInventoryConfigurationsRequest |
withBucketName(String bucketName)
Sets the name of the COS bucket whose inventory configurations are to be listed.
|
ListBucketInventoryConfigurationsRequest |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the COS bucket whose inventory
configurations are to be listed.public ListBucketInventoryConfigurationsRequest withBucketName(String bucketName)
ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.bucketName - The name of the COS bucket whose inventory
configurations are to be listed.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.public ListBucketInventoryConfigurationsRequest withContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.ListBucketInventoryConfigurationsRequest, enabling additional method
calls to be chained together.Copyright © 2021. All rights reserved.