@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCompatibleImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCompatibleImagesRequest() |
Modifier and Type | Method and Description |
---|---|
ListCompatibleImagesRequest |
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 results for the list of compatible images.
|
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results for the list of compatible images.
|
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object.
|
ListCompatibleImagesRequest |
withMaxResults(Integer maxResults)
The maximum number of results for the list of compatible images.
|
ListCompatibleImagesRequest |
withNextToken(String nextToken)
HTTP requests are stateless.
|
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)
The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
maxResults
- The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can
store 10 AMIs.public Integer getMaxResults()
The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
public ListCompatibleImagesRequest withMaxResults(Integer maxResults)
The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can store 10 AMIs.
maxResults
- The maximum number of results for the list of compatible images. Currently, a Snowball Edge device can
store 10 AMIs.public void setNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can
specify a value for NextToken
as the starting point for your list of returned images.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you
can specify a value for NextToken
as the starting point for your list of returned images.public String getNextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can
specify a value for NextToken
as the starting point for your list of returned images.
NextToken
as the starting point for your list of returned images.public ListCompatibleImagesRequest withNextToken(String nextToken)
HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you can
specify a value for NextToken
as the starting point for your list of returned images.
nextToken
- HTTP requests are stateless. To identify what object comes "next" in the list of compatible images, you
can specify a value for NextToken
as the starting point for your list of returned images.public String toString()
toString
in class Object
Object.toString()
public ListCompatibleImagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()