Class ImagebuilderResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.imagebuilder.model.ImagebuilderResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelImageCreationResponse,CancelLifecycleExecutionResponse,CreateComponentResponse,CreateContainerRecipeResponse,CreateDistributionConfigurationResponse,CreateImagePipelineResponse,CreateImageRecipeResponse,CreateImageResponse,CreateInfrastructureConfigurationResponse,CreateLifecyclePolicyResponse,CreateWorkflowResponse,DeleteComponentResponse,DeleteContainerRecipeResponse,DeleteDistributionConfigurationResponse,DeleteImagePipelineResponse,DeleteImageRecipeResponse,DeleteImageResponse,DeleteInfrastructureConfigurationResponse,DeleteLifecyclePolicyResponse,DeleteWorkflowResponse,GetComponentPolicyResponse,GetComponentResponse,GetContainerRecipePolicyResponse,GetContainerRecipeResponse,GetDistributionConfigurationResponse,GetImagePipelineResponse,GetImagePolicyResponse,GetImageRecipePolicyResponse,GetImageRecipeResponse,GetImageResponse,GetInfrastructureConfigurationResponse,GetLifecycleExecutionResponse,GetLifecyclePolicyResponse,GetWorkflowExecutionResponse,GetWorkflowResponse,GetWorkflowStepExecutionResponse,ImportComponentResponse,ImportVmImageResponse,ListComponentBuildVersionsResponse,ListComponentsResponse,ListContainerRecipesResponse,ListDistributionConfigurationsResponse,ListImageBuildVersionsResponse,ListImagePackagesResponse,ListImagePipelineImagesResponse,ListImagePipelinesResponse,ListImageRecipesResponse,ListImageScanFindingAggregationsResponse,ListImageScanFindingsResponse,ListImagesResponse,ListInfrastructureConfigurationsResponse,ListLifecycleExecutionResourcesResponse,ListLifecycleExecutionsResponse,ListLifecyclePoliciesResponse,ListTagsForResourceResponse,ListWaitingWorkflowStepsResponse,ListWorkflowBuildVersionsResponse,ListWorkflowExecutionsResponse,ListWorkflowsResponse,ListWorkflowStepExecutionsResponse,PutComponentPolicyResponse,PutContainerRecipePolicyResponse,PutImagePolicyResponse,PutImageRecipePolicyResponse,SendWorkflowStepActionResponse,StartImagePipelineExecutionResponse,StartResourceStateUpdateResponse,TagResourceResponse,UntagResourceResponse,UpdateDistributionConfigurationResponse,UpdateImagePipelineResponse,UpdateInfrastructureConfigurationResponse,UpdateLifecyclePolicyResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ImagebuilderResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImagebuilderResponse.Builderprotected static classImagebuilderResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedImagebuilderResponse(ImagebuilderResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImagebuilderResponseMetadataresponseMetadata()-
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
-
ImagebuilderResponse
protected ImagebuilderResponse(ImagebuilderResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ImagebuilderResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-