Class SageMakerGeospatialResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
DeleteEarthObservationJobResponse,DeleteVectorEnrichmentJobResponse,ExportEarthObservationJobResponse,ExportVectorEnrichmentJobResponse,GetEarthObservationJobResponse,GetRasterDataCollectionResponse,GetTileResponse,GetVectorEnrichmentJobResponse,ListEarthObservationJobsResponse,ListRasterDataCollectionsResponse,ListTagsForResourceResponse,ListVectorEnrichmentJobsResponse,SearchRasterDataCollectionResponse,StartEarthObservationJobResponse,StartVectorEnrichmentJobResponse,StopEarthObservationJobResponse,StopVectorEnrichmentJobResponse,TagResourceResponse,UntagResourceResponse
@Generated("software.amazon.awssdk:codegen") public abstract class SageMakerGeospatialResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSageMakerGeospatialResponse.Builderprotected static classSageMakerGeospatialResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedSageMakerGeospatialResponse(SageMakerGeospatialResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SageMakerGeospatialResponseMetadataresponseMetadata()-
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
-
SageMakerGeospatialResponse
protected SageMakerGeospatialResponse(SageMakerGeospatialResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public SageMakerGeospatialResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-