@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroundStationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGroundStationsResult() |
Modifier and Type | Method and Description |
---|---|
ListGroundStationsResult |
clone() |
boolean |
equals(Object obj) |
List<GroundStationData> |
getGroundStationList()
List of ground stations.
|
String |
getNextToken()
Next token that can be supplied in the next call to get the next page of ground stations.
|
int |
hashCode() |
void |
setGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
void |
setNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
String |
toString()
Returns a string representation of this object.
|
ListGroundStationsResult |
withGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
|
ListGroundStationsResult |
withGroundStationList(GroundStationData... groundStationList)
List of ground stations.
|
ListGroundStationsResult |
withNextToken(String nextToken)
Next token that can be supplied in the next call to get the next page of ground stations.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GroundStationData> getGroundStationList()
List of ground stations.
public void setGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
groundStationList
- List of ground stations.public ListGroundStationsResult withGroundStationList(GroundStationData... groundStationList)
List of ground stations.
NOTE: This method appends the values to the existing list (if any). Use
setGroundStationList(java.util.Collection)
or withGroundStationList(java.util.Collection)
if
you want to override the existing values.
groundStationList
- List of ground stations.public ListGroundStationsResult withGroundStationList(Collection<GroundStationData> groundStationList)
List of ground stations.
groundStationList
- List of ground stations.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 ListGroundStationsResult 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 String toString()
toString
in class Object
Object.toString()
public ListGroundStationsResult clone()