public class ListBucketInventoryConfigurationsResult extends Object implements Serializable
AmazonS3Client.listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest)
operation.Constructor and Description |
---|
ListBucketInventoryConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
String |
getContinuationToken()
Gets the optional continuation token.
|
List<InventoryConfiguration> |
getInventoryConfigurationList()
Returns the list of inventory configurations for a bucket.
|
String |
getNextContinuationToken()
Gets the optional NextContinuationToken.
|
boolean |
isTruncated()
Gets whether or not this inventory configuration listing is complete.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
void |
setInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
Sets the list of inventory configurations for a bucket.
|
void |
setNextContinuationToken(String nextContinuationToken)
Sets the optional NextContinuationToken.
|
void |
setTruncated(boolean isTruncated)
For internal use only.
|
ListBucketInventoryConfigurationsResult |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketInventoryConfigurationsResult |
withInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
Returns the list of inventory configurations for a bucket and returns
ListBucketInventoryConfigurationsResult object for method chaining. |
ListBucketInventoryConfigurationsResult |
withNextContinuationToken(String nextContinuationToken)
Sets the optional NextContinuationToken.
|
ListBucketInventoryConfigurationsResult |
withTruncated(boolean isTruncated)
For internal use only.
|
public ListBucketInventoryConfigurationsResult()
public List<InventoryConfiguration> getInventoryConfigurationList()
public void setInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
public ListBucketInventoryConfigurationsResult withInventoryConfigurationList(List<InventoryConfiguration> inventoryConfigurationList)
ListBucketInventoryConfigurationsResult
object for method chaining.public boolean isTruncated()
true
if the inventory configuration listing is not complete.
Returns the value false
if otherwise.
When returning true
,
additional calls to Amazon S3 may be needed in order to
obtain more results.public void setTruncated(boolean isTruncated)
isTruncated
- The value true
if the inventory configuration listing is not complete.
The value false
if otherwise.public ListBucketInventoryConfigurationsResult withTruncated(boolean isTruncated)
isTruncated
- The value true
if the inventory configuration listing is not complete.
The value false
if otherwise.public String getContinuationToken()
ListBucketInventoryConfigurationsResult
.public void setContinuationToken(String continuationToken)
ListBucketInventoryConfigurationsResult
.continuationToken
- The optional continuation token to associate with this request.public ListBucketInventoryConfigurationsResult withContinuationToken(String continuationToken)
ListBucketInventoryConfigurationsResult
.continuationToken
- The optional continuation token to associate with this request.public String getNextContinuationToken()
public void setNextContinuationToken(String nextContinuationToken)
nextContinuationToken
- The optional NextContinuationToken parameter to associate with this request.public ListBucketInventoryConfigurationsResult withNextContinuationToken(String nextContinuationToken)
nextContinuationToken
- The optional NextContinuationToken parameter to associate with this request.Copyright © 2022. All rights reserved.