public class ListBucketInventoryOutput extends Object
| 构造器和说明 |
|---|
ListBucketInventoryOutput() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BucketInventoryConfiguration> |
getConfigurations() |
String |
getNextContinuationToken() |
RequestInfo |
getRequestInfo() |
boolean |
isTruncated() |
ListBucketInventoryOutput |
setConfigurations(List<BucketInventoryConfiguration> configurations) |
ListBucketInventoryOutput |
setNextContinuationToken(String nextContinuationToken) |
ListBucketInventoryOutput |
setRequestInfo(RequestInfo requestInfo) |
ListBucketInventoryOutput |
setTruncated(boolean truncated) |
String |
toString() |
public RequestInfo getRequestInfo()
public ListBucketInventoryOutput setRequestInfo(RequestInfo requestInfo)
public List<BucketInventoryConfiguration> getConfigurations()
public ListBucketInventoryOutput setConfigurations(List<BucketInventoryConfiguration> configurations)
public boolean isTruncated()
public ListBucketInventoryOutput setTruncated(boolean truncated)
public String getNextContinuationToken()
public ListBucketInventoryOutput setNextContinuationToken(String nextContinuationToken)
Copyright © 2024. All rights reserved.