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