@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSatellitesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSatellitesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSatellitesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of satellites returned.
|
String |
getNextToken()
Next token that can be supplied in the next call to get the next page of satellites.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of satellites returned.
|
void |
setNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
|
String |
toString()
Returns a string representation of this object.
|
ListSatellitesRequest |
withMaxResults(Integer maxResults)
Maximum number of satellites returned.
|
ListSatellitesRequest |
withNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
|
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)
Maximum number of satellites returned.
maxResults
- Maximum number of satellites returned.public Integer getMaxResults()
Maximum number of satellites returned.
public ListSatellitesRequest withMaxResults(Integer maxResults)
Maximum number of satellites returned.
maxResults
- Maximum number of satellites returned.public void setNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
nextToken
- Next token that can be supplied in the next call to get the next page of satellites.public String getNextToken()
Next token that can be supplied in the next call to get the next page of satellites.
public ListSatellitesRequest withNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of satellites.
nextToken
- Next token that can be supplied in the next call to get the next page of satellites.public String toString()
toString
in class Object
Object.toString()
public ListSatellitesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.