public class ListBucketAnalyticsConfigurationsResult extends Object implements Serializable
AmazonS3Client.listBucketAnalyticsConfigurations(ListBucketAnalyticsConfigurationsRequest)
operation.Constructor and Description |
---|
ListBucketAnalyticsConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
List<AnalyticsConfiguration> |
getAnalyticsConfigurationList()
Returns the list of analytics configurations for a bucket.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
String |
getNextContinuationToken()
Gets the optional NextContinuationToken.
|
boolean |
isTruncated()
Gets whether or not this analytics configuration listing is complete.
|
void |
setAnalyticsConfigurationList(List<AnalyticsConfiguration> analyticsConfigurationList)
Sets the list of analytics configurations for a bucket.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
void |
setNextContinuationToken(String nextContinuationToken)
Sets the optional NextContinuationToken.
|
void |
setTruncated(boolean isTruncated)
For internal use only.
|
ListBucketAnalyticsConfigurationsResult |
withAnalyticsConfigurationList(List<AnalyticsConfiguration> analyticsConfigurationList)
Sets the list of analytics configurations for a bucket and returns
ListBucketAnalyticsConfigurationsResult object for method chaining. |
ListBucketAnalyticsConfigurationsResult |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketAnalyticsConfigurationsResult |
withNextContinuationToken(String nextContinuationToken)
Sets the optional NextContinuationToken.
|
ListBucketAnalyticsConfigurationsResult |
withTruncated(boolean isTruncated)
For internal use only.
|
public ListBucketAnalyticsConfigurationsResult()
public List<AnalyticsConfiguration> getAnalyticsConfigurationList()
public void setAnalyticsConfigurationList(List<AnalyticsConfiguration> analyticsConfigurationList)
public ListBucketAnalyticsConfigurationsResult withAnalyticsConfigurationList(List<AnalyticsConfiguration> analyticsConfigurationList)
ListBucketAnalyticsConfigurationsResult
object for method chaining.public boolean isTruncated()
true
if the analytics 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 analytics configuration listing is not complete.
The value false
if otherwise.public ListBucketAnalyticsConfigurationsResult withTruncated(boolean isTruncated)
isTruncated
- The value true
if the analytics configuration listing is not complete.
The value false
if otherwise.public String getContinuationToken()
ListBucketAnalyticsConfigurationsRequest
.public void setContinuationToken(String continuationToken)
ListBucketAnalyticsConfigurationsRequest
.continuationToken
- The optional continuation token to associate with this request.public ListBucketAnalyticsConfigurationsResult withContinuationToken(String continuationToken)
ListBucketAnalyticsConfigurationsRequest
.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 ListBucketAnalyticsConfigurationsResult withNextContinuationToken(String nextContinuationToken)
nextContinuationToken
- The optional NextContinuationToken parameter to associate with this request.Copyright © 2023. All rights reserved.