public class ListBucketReplicationFailuresResult extends AmazonWebServiceRequest implements Serializable
NOOP| Constructor and Description |
|---|
ListBucketReplicationFailuresResult()
Creates a new ListBucketReplicationFailuresResult.
|
ListBucketReplicationFailuresResult(String bucketName)
Creates a new ListBucketReplicationFailuresResult.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketName()
Returns the name of Amazon S3 bucket.
|
List<ContentList> |
getContents()
Returns the list of ContentList objects representing failed replications.
|
String |
getContinuationToken()
Gets the optional continuation token.
|
String |
getEncodingType()
Gets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
String |
getFirstSyncAttemptedBefore()
Returns optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
boolean |
getIsTruncated()
Get whether or not the results are truncated.
|
Integer |
getKeyCount()
KeyCount is the number of keys returned with this request.
|
Integer |
getMaxKeys()
Gets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
String |
getNextContinuationToken()
Gets the optional next continuation token.
|
void |
setBucketName(String bucketName)
Sets the name of Amazon S3 bucket has the bucket replication failures.
|
void |
setContents(List<ContentList> contents)
Sets the list of ContentList objects representing failed replications.
|
void |
setContinuationToken(String continuationToken)
Sets the optional continuation token.
|
void |
setEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
void |
setFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
void |
setIsTruncated(Boolean isTruncated) |
void |
setKeyCount(Integer keyCount)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
void |
setMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
void |
setNextContinuationToken(String nextContinuationToken)
Sets the optional next continuation token.
|
String |
toString() |
ListBucketReplicationFailuresResult |
withBucketName(String bucketName)
Sets the name of Amazon S3 bucket that has the bucket replication failures.
|
ListBucketReplicationFailuresResult |
withContent(ContentList content)
Adds a ContentList item to the list.
|
ListBucketReplicationFailuresResult |
withContinuationToken(String continuationToken)
Sets the optional continuation token.
|
ListBucketReplicationFailuresResult |
withEncodingType(String encodingType)
Sets the optional
encodingType parameter indicating the
encoding method to be applied on the response. |
ListBucketReplicationFailuresResult |
withFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
Sets the optional parameter indicating where you want Amazon S3 to start the object
listing from.
|
ListBucketReplicationFailuresResult |
withIsTruncated(Boolean isTruncated) |
ListBucketReplicationFailuresResult |
withMaxKeys(Integer maxKeys)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
ListBucketReplicationFailuresResult |
withNextContinuationToken(String nextContinuationToken)
Sets the optional next continuation token.
|
ListBucketReplicationFailuresResult |
withSetKeyCount(Integer keyCount)
Sets the optional
maxKeys parameter indicating the maximum number of keys to
include in the response. |
addHandlerContext, clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListBucketReplicationFailuresResult()
public ListBucketReplicationFailuresResult(String bucketName)
name - The name of Amazon S3 bucket to which has the bucket replication failures..public String getBucketName()
public void setBucketName(String bucketName)
name - The name of Amazon S3 bucket to which has the bucket replication failures.public ListBucketReplicationFailuresResult withBucketName(String bucketName)
name - The name of Amazon S3 bucket to which has the bucket replication failures.ListBucketReplicationFailuresResult
object.public String getContinuationToken()
public void setContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.public ListBucketReplicationFailuresResult withContinuationToken(String continuationToken)
continuationToken - The optional continuation token to associate with this request.public boolean getIsTruncated()
public void setIsTruncated(Boolean isTruncated)
isTruncated - The optional continuation token to associate with this request.public ListBucketReplicationFailuresResult withIsTruncated(Boolean isTruncated)
isTruncated - The optional continuation token to associate with this request.public Integer getMaxKeys()
maxKeys parameter indicating the maximum number of keys to
include in the response. COS S3 might return fewer keys than specified, but will
never return more.public void setMaxKeys(Integer maxKeys)
maxKeys parameter indicating the maximum number of keys to
include in the response.maxKeys - The optional parameter indicating the maximum number of keys
to include in the response.public ListBucketReplicationFailuresResult withMaxKeys(Integer maxKeys)
maxKeys parameter indicating the maximum number of keys to
include in the response.
Returns this ListBucketReplicationFailuresResult, enabling additional method
calls to be chained together.maxKeys - The optional parameter indicating the maximum number of keys
to include in the response.ListBucketReplicationFailuresResult, enabling additional method
calls to be chained together.public String getFirstSyncAttemptedBefore()
public void setFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.public ListBucketReplicationFailuresResult withFirstSyncAttemptedBefore(String firstSyncAttemptedBefore)
firstSyncAttemptedBefore - The optional firstSyncAttemptedBefore parameter. This can be any key in the bucket.ListBucketReplicationFailuresResult, enabling additional method
calls to be chained together.public String getEncodingType()
encodingType parameter indicating the
encoding method to be applied on the response.public void setEncodingType(String encodingType)
encodingType parameter indicating the
encoding method to be applied on the response. An object key can contain
any Unicode character; however, XML 1.0 parser cannot parse some
characters, such as characters with an ASCII value from 0 to 10. For
characters that are not supported in XML 1.0, you can add this parameter
to request that Amazon S3 encode the keys in the response.encodingType - The encoding method to be applied on the response. Valid
values: null (not encoded) or "url".public ListBucketReplicationFailuresResult withEncodingType(String encodingType)
encodingType parameter indicating the
encoding method to be applied on the response. An object key can contain
any Unicode character; however, XML 1.0 parser cannot parse some
characters, such as characters with an ASCII value from 0 to 10. For
characters that are not supported in XML 1.0, you can add this parameter
to request that Amazon S3 encode the keys in the response.
Returns this ListBucketReplicationFailuresResult, enabling additional method calls
to be chained together.encodingType - The encoding method to be applied on the response. Valid
values: null (not encoded) or "url".public Integer getKeyCount()
public void setKeyCount(Integer keyCount)
maxKeys parameter indicating the maximum number of keys to
include in the response.keyCount - The optional parameter indicating the maximum number of keys
to include in the response.public ListBucketReplicationFailuresResult withSetKeyCount(Integer keyCount)
maxKeys parameter indicating the maximum number of keys to
include in the response.
Returns this ListBucketReplicationFailuresResult, enabling additional method
calls to be chained together.keyCount - The optional parameter indicating the maximum number of keys
to include in the response.ListBucketReplicationFailuresResult, enabling additional method
calls to be chained together.public String getNextContinuationToken()
public void setNextContinuationToken(String nextContinuationToken)
nextContinuationToken - public ListBucketReplicationFailuresResult withNextContinuationToken(String nextContinuationToken)
nextContinuationToken - public List<ContentList> getContents()
public void setContents(List<ContentList> contents)
public ListBucketReplicationFailuresResult withContent(ContentList content)
Copyright © 2025. All rights reserved.