Class BackupGatewayResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.backupgateway.model.BackupGatewayResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateGatewayToServerResponse,CreateGatewayResponse,DeleteGatewayResponse,DeleteHypervisorResponse,DisassociateGatewayFromServerResponse,GetBandwidthRateLimitScheduleResponse,GetGatewayResponse,GetHypervisorPropertyMappingsResponse,GetHypervisorResponse,GetVirtualMachineResponse,ImportHypervisorConfigurationResponse,ListGatewaysResponse,ListHypervisorsResponse,ListTagsForResourceResponse,ListVirtualMachinesResponse,PutBandwidthRateLimitScheduleResponse,PutHypervisorPropertyMappingsResponse,PutMaintenanceStartTimeResponse,StartVirtualMachinesMetadataSyncResponse,TagResourceResponse,TestHypervisorConfigurationResponse,UntagResourceResponse,UpdateGatewayInformationResponse,UpdateGatewaySoftwareNowResponse,UpdateHypervisorResponse
@Generated("software.amazon.awssdk:codegen") public abstract class BackupGatewayResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBackupGatewayResponse.Builderprotected static classBackupGatewayResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBackupGatewayResponse(BackupGatewayResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackupGatewayResponseMetadataresponseMetadata()-
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
-
BackupGatewayResponse
protected BackupGatewayResponse(BackupGatewayResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public BackupGatewayResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-