Class GroundStationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.groundstation.model.GroundStationResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelContactResponse,CreateConfigResponse,CreateDataflowEndpointGroupResponse,CreateEphemerisResponse,CreateMissionProfileResponse,DeleteConfigResponse,DeleteDataflowEndpointGroupResponse,DeleteEphemerisResponse,DeleteMissionProfileResponse,DescribeContactResponse,DescribeEphemerisResponse,GetAgentConfigurationResponse,GetConfigResponse,GetDataflowEndpointGroupResponse,GetMinuteUsageResponse,GetMissionProfileResponse,GetSatelliteResponse,ListConfigsResponse,ListContactsResponse,ListDataflowEndpointGroupsResponse,ListEphemeridesResponse,ListGroundStationsResponse,ListMissionProfilesResponse,ListSatellitesResponse,ListTagsForResourceResponse,RegisterAgentResponse,ReserveContactResponse,TagResourceResponse,UntagResourceResponse,UpdateAgentStatusResponse,UpdateConfigResponse,UpdateEphemerisResponse,UpdateMissionProfileResponse
@Generated("software.amazon.awssdk:codegen") public abstract class GroundStationResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroundStationResponse.Builderprotected static classGroundStationResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedGroundStationResponse(GroundStationResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundStationResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
GroundStationResponse
protected GroundStationResponse(GroundStationResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public GroundStationResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-