@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegionalBucketsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRegionalBucketsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRegionalBucketsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID of the Outposts bucket.
|
Integer |
getMaxResults()
|
String |
getNextToken()
|
String |
getOutpostId()
The ID of the Outposts.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID of the Outposts bucket.
|
void |
setMaxResults(Integer maxResults)
|
void |
setNextToken(String nextToken)
|
void |
setOutpostId(String outpostId)
The ID of the Outposts.
|
String |
toString()
Returns a string representation of this object.
|
ListRegionalBucketsRequest |
withAccountId(String accountId)
The Amazon Web Services account ID of the Outposts bucket.
|
ListRegionalBucketsRequest |
withMaxResults(Integer maxResults)
|
ListRegionalBucketsRequest |
withNextToken(String nextToken)
|
ListRegionalBucketsRequest |
withOutpostId(String outpostId)
The ID of the Outposts.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setAccountId(String accountId)
The Amazon Web Services account ID of the Outposts bucket.
accountId
- The Amazon Web Services account ID of the Outposts bucket.public String getAccountId()
The Amazon Web Services account ID of the Outposts bucket.
public ListRegionalBucketsRequest withAccountId(String accountId)
The Amazon Web Services account ID of the Outposts bucket.
accountId
- The Amazon Web Services account ID of the Outposts bucket.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListRegionalBucketsRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListRegionalBucketsRequest withMaxResults(Integer maxResults)
maxResults
- public void setOutpostId(String outpostId)
The ID of the Outposts.
This is required by Amazon S3 on Outposts buckets.
outpostId
- The ID of the Outposts. This is required by Amazon S3 on Outposts buckets.
public String getOutpostId()
The ID of the Outposts.
This is required by Amazon S3 on Outposts buckets.
This is required by Amazon S3 on Outposts buckets.
public ListRegionalBucketsRequest withOutpostId(String outpostId)
The ID of the Outposts.
This is required by Amazon S3 on Outposts buckets.
outpostId
- The ID of the Outposts. This is required by Amazon S3 on Outposts buckets.
public String toString()
toString
in class Object
Object.toString()
public ListRegionalBucketsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()