@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOutpostsWithS3Request extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListOutpostsWithS3Request() |
Modifier and Type | Method and Description |
---|---|
ListOutpostsWithS3Request |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of Outposts to return.
|
String |
getNextToken()
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of Outposts to return.
|
void |
setNextToken(String nextToken)
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
String |
toString()
Returns a string representation of this object.
|
ListOutpostsWithS3Request |
withMaxResults(Integer maxResults)
The maximum number of Outposts to return.
|
ListOutpostsWithS3Request |
withNextToken(String nextToken)
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
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 setNextToken(String nextToken)
When you can get additional results from the ListOutpostsWithS3
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional Outposts.
nextToken
- When you can get additional results from the ListOutpostsWithS3
call, a
NextToken
parameter is returned in the output. You can then pass in a subsequent command to
the NextToken
parameter to continue listing additional Outposts.public String getNextToken()
When you can get additional results from the ListOutpostsWithS3
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional Outposts.
ListOutpostsWithS3
call, a
NextToken
parameter is returned in the output. You can then pass in a subsequent command to
the NextToken
parameter to continue listing additional Outposts.public ListOutpostsWithS3Request withNextToken(String nextToken)
When you can get additional results from the ListOutpostsWithS3
call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional Outposts.
nextToken
- When you can get additional results from the ListOutpostsWithS3
call, a
NextToken
parameter is returned in the output. You can then pass in a subsequent command to
the NextToken
parameter to continue listing additional Outposts.public void setMaxResults(Integer maxResults)
The maximum number of Outposts to return. The limit is 100.
maxResults
- The maximum number of Outposts to return. The limit is 100.public Integer getMaxResults()
The maximum number of Outposts to return. The limit is 100.
public ListOutpostsWithS3Request withMaxResults(Integer maxResults)
The maximum number of Outposts to return. The limit is 100.
maxResults
- The maximum number of Outposts to return. The limit is 100.public String toString()
toString
in class Object
Object.toString()
public ListOutpostsWithS3Request clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()