@Generated(value="software.amazon.awssdk:codegen") public final class ListGroundStationsRequest extends GroundStationRequest implements ToCopyableBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroundStationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroundStationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of ground stations returned.
|
String |
nextToken()
Next token that can be supplied in the next call to get the next page of ground stations.
|
String |
satelliteId()
Satellite ID to retrieve on-boarded ground stations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroundStationsRequest.Builder> |
serializableBuilderClass() |
ListGroundStationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Maximum number of ground stations returned.
public final String nextToken()
Next token that can be supplied in the next call to get the next page of ground stations.
public final String satelliteId()
Satellite ID to retrieve on-boarded ground stations.
public ListGroundStationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroundStationsRequest.Builder,ListGroundStationsRequest>toBuilder in class GroundStationRequestpublic static ListGroundStationsRequest.Builder builder()
public static Class<? extends ListGroundStationsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.