Class LaunchWizardResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.launchwizard.model.LaunchWizardResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CreateDeploymentResponse,DeleteDeploymentResponse,GetDeploymentResponse,GetWorkloadDeploymentPatternResponse,GetWorkloadResponse,ListDeploymentEventsResponse,ListDeploymentsResponse,ListTagsForResourceResponse,ListWorkloadDeploymentPatternsResponse,ListWorkloadsResponse,TagResourceResponse,UntagResourceResponse
@Generated("software.amazon.awssdk:codegen") public abstract class LaunchWizardResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLaunchWizardResponse.Builderprotected static classLaunchWizardResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedLaunchWizardResponse(LaunchWizardResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchWizardResponseMetadataresponseMetadata()-
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
-
LaunchWizardResponse
protected LaunchWizardResponse(LaunchWizardResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public LaunchWizardResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-