public class ListBucketInventoryConfigurationsResult
extends java.lang.Object
implements java.io.Serializable
AmazonS3Client.listBucketInventoryConfigurations(ListBucketInventoryConfigurationsRequest)
operation.Constructor and Description |
---|
ListBucketInventoryConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContinuationToken()
Gets the optional continuation token.
|
java.util.List<InventoryConfiguration> |
getInventoryConfigurationList()
Returns the list of inventory configurations for a bucket.
|
java.lang.String |
getNextContinuationToken()
Gets the optional NextContinuationToken.
|
boolean |
isTruncated()
Gets whether or not this inventory configuration listing is complete.
|
void |
setContinuationToken(java.lang.String continuationToken)
Sets the optional continuation token.
|
void |
setInventoryConfigurationList(java.util.List<InventoryConfiguration> inventoryConfigurationList)
Sets the list of inventory configurations for a bucket.
|
void |
setNextContinuationToken(java.lang.String nextContinuationToken)
Sets the optional NextContinuationToken.
|
void |
setTruncated(boolean isTruncated)
For internal use only.
|
ListBucketInventoryConfigurationsResult |
withContinuationToken(java.lang.String continuationToken)
Sets the optional continuation token.
|
ListBucketInventoryConfigurationsResult |
withInventoryConfigurationList(java.util.List<InventoryConfiguration> inventoryConfigurationList)
Returns the list of inventory configurations for a bucket and returns
ListBucketInventoryConfigurationsResult object for method chaining. |
ListBucketInventoryConfigurationsResult |
withNextContinuationToken(java.lang.String nextContinuationToken)
Sets the optional NextContinuationToken.
|
ListBucketInventoryConfigurationsResult |
withTruncated(boolean isTruncated)
For internal use only.
|
public ListBucketInventoryConfigurationsResult()
public java.util.List<InventoryConfiguration> getInventoryConfigurationList()
public void setInventoryConfigurationList(java.util.List<InventoryConfiguration> inventoryConfigurationList)
public ListBucketInventoryConfigurationsResult withInventoryConfigurationList(java.util.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 java.lang.String getContinuationToken()
ListBucketInventoryConfigurationsResult
.public void setContinuationToken(java.lang.String continuationToken)
ListBucketInventoryConfigurationsResult
.continuationToken
- The optional continuation token to associate with this request.public ListBucketInventoryConfigurationsResult withContinuationToken(java.lang.String continuationToken)
ListBucketInventoryConfigurationsResult
.continuationToken
- The optional continuation token to associate with this request.public java.lang.String getNextContinuationToken()
public void setNextContinuationToken(java.lang.String nextContinuationToken)
nextContinuationToken
- The optional NextContinuationToken parameter to associate with this request.public ListBucketInventoryConfigurationsResult withNextContinuationToken(java.lang.String nextContinuationToken)
nextContinuationToken
- The optional NextContinuationToken parameter to associate with this request.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.