Class SnowballResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.snowball.model.SnowballResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelClusterResponse,CancelJobResponse,CreateAddressResponse,CreateClusterResponse,CreateJobResponse,CreateLongTermPricingResponse,CreateReturnShippingLabelResponse,DescribeAddressesResponse,DescribeAddressResponse,DescribeClusterResponse,DescribeJobResponse,DescribeReturnShippingLabelResponse,GetJobManifestResponse,GetJobUnlockCodeResponse,GetSnowballUsageResponse,GetSoftwareUpdatesResponse,ListClusterJobsResponse,ListClustersResponse,ListCompatibleImagesResponse,ListJobsResponse,ListLongTermPricingResponse,ListPickupLocationsResponse,ListServiceVersionsResponse,UpdateClusterResponse,UpdateJobResponse,UpdateJobShipmentStateResponse,UpdateLongTermPricingResponse
@Generated("software.amazon.awssdk:codegen") public abstract class SnowballResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSnowballResponse.Builderprotected static classSnowballResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedSnowballResponse(SnowballResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnowballResponseMetadataresponseMetadata()-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
SnowballResponse
protected SnowballResponse(SnowballResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public SnowballResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-