@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageSystemsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListStorageSystemsRequest() |
Modifier and Type | Method and Description |
---|---|
ListStorageSystemsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies how many results you want in the response.
|
String |
getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
void |
setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListStorageSystemsRequest |
withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
|
ListStorageSystemsRequest |
withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
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 setMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults
- Specifies how many results you want in the response.public Integer getMaxResults()
Specifies how many results you want in the response.
public ListStorageSystemsRequest withMaxResults(Integer maxResults)
Specifies how many results you want in the response.
maxResults
- Specifies how many results you want in the response.public void setNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String getNextToken()
Specifies an opaque string that indicates the position to begin the next list of results in the response.
public ListStorageSystemsRequest withNextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
nextToken
- Specifies an opaque string that indicates the position to begin the next list of results in the response.public String toString()
toString
in class Object
Object.toString()
public ListStorageSystemsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()