Class CodeDeployResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AddTagsToOnPremisesInstancesResponse,BatchGetApplicationRevisionsResponse,BatchGetApplicationsResponse,BatchGetDeploymentGroupsResponse,BatchGetDeploymentsResponse,BatchGetDeploymentTargetsResponse,BatchGetOnPremisesInstancesResponse,ContinueDeploymentResponse,CreateApplicationResponse,CreateDeploymentConfigResponse,CreateDeploymentGroupResponse,CreateDeploymentResponse,DeleteApplicationResponse,DeleteDeploymentConfigResponse,DeleteDeploymentGroupResponse,DeleteGitHubAccountTokenResponse,DeleteResourcesByExternalIdResponse,DeregisterOnPremisesInstanceResponse,GetApplicationResponse,GetApplicationRevisionResponse,GetDeploymentConfigResponse,GetDeploymentGroupResponse,GetDeploymentResponse,GetDeploymentTargetResponse,GetOnPremisesInstanceResponse,ListApplicationRevisionsResponse,ListApplicationsResponse,ListDeploymentConfigsResponse,ListDeploymentGroupsResponse,ListDeploymentsResponse,ListDeploymentTargetsResponse,ListGitHubAccountTokenNamesResponse,ListOnPremisesInstancesResponse,ListTagsForResourceResponse,PutLifecycleEventHookExecutionStatusResponse,RegisterApplicationRevisionResponse,RegisterOnPremisesInstanceResponse,RemoveTagsFromOnPremisesInstancesResponse,StopDeploymentResponse,TagResourceResponse,UntagResourceResponse,UpdateApplicationResponse,UpdateDeploymentGroupResponse
@Generated("software.amazon.awssdk:codegen") public abstract class CodeDeployResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCodeDeployResponse.Builderprotected static classCodeDeployResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedCodeDeployResponse(CodeDeployResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeDeployResponseMetadataresponseMetadata()-
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
-
CodeDeployResponse
protected CodeDeployResponse(CodeDeployResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public CodeDeployResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-