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