@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeviceInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeviceInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDeviceInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
An integer that specifies the maximum number of items you want to return in the API response.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListDeviceInstancesRequest |
withMaxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
|
ListDeviceInstancesRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
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)
An integer that specifies the maximum number of items you want to return in the API response.
maxResults
- An integer that specifies the maximum number of items you want to return in the API response.public Integer getMaxResults()
An integer that specifies the maximum number of items you want to return in the API response.
public ListDeviceInstancesRequest withMaxResults(Integer maxResults)
An integer that specifies the maximum number of items you want to return in the API response.
maxResults
- An integer that specifies the maximum number of items you want to return in the API response.public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListDeviceInstancesRequest withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.public String toString()
toString
in class Object
Object.toString()
public ListDeviceInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()