Class AppRunnerResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.apprunner.model.AppRunnerResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateCustomDomainResponse,CreateAutoScalingConfigurationResponse,CreateConnectionResponse,CreateObservabilityConfigurationResponse,CreateServiceResponse,CreateVpcConnectorResponse,CreateVpcIngressConnectionResponse,DeleteAutoScalingConfigurationResponse,DeleteConnectionResponse,DeleteObservabilityConfigurationResponse,DeleteServiceResponse,DeleteVpcConnectorResponse,DeleteVpcIngressConnectionResponse,DescribeAutoScalingConfigurationResponse,DescribeCustomDomainsResponse,DescribeObservabilityConfigurationResponse,DescribeServiceResponse,DescribeVpcConnectorResponse,DescribeVpcIngressConnectionResponse,DisassociateCustomDomainResponse,ListAutoScalingConfigurationsResponse,ListConnectionsResponse,ListObservabilityConfigurationsResponse,ListOperationsResponse,ListServicesForAutoScalingConfigurationResponse,ListServicesResponse,ListTagsForResourceResponse,ListVpcConnectorsResponse,ListVpcIngressConnectionsResponse,PauseServiceResponse,ResumeServiceResponse,StartDeploymentResponse,TagResourceResponse,UntagResourceResponse,UpdateDefaultAutoScalingConfigurationResponse,UpdateServiceResponse,UpdateVpcIngressConnectionResponse
@Generated("software.amazon.awssdk:codegen") public abstract class AppRunnerResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppRunnerResponse.Builderprotected static classAppRunnerResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppRunnerResponse(AppRunnerResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppRunnerResponseMetadataresponseMetadata()-
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
-
AppRunnerResponse
protected AppRunnerResponse(AppRunnerResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public AppRunnerResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-