Class M2Response
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.m2.model.M2Response
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelBatchJobExecutionResponse,CreateApplicationResponse,CreateDataSetImportTaskResponse,CreateDeploymentResponse,CreateEnvironmentResponse,DeleteApplicationFromEnvironmentResponse,DeleteApplicationResponse,DeleteEnvironmentResponse,GetApplicationResponse,GetApplicationVersionResponse,GetBatchJobExecutionResponse,GetDataSetDetailsResponse,GetDataSetImportTaskResponse,GetDeploymentResponse,GetEnvironmentResponse,GetSignedBluinsightsUrlResponse,ListApplicationsResponse,ListApplicationVersionsResponse,ListBatchJobDefinitionsResponse,ListBatchJobExecutionsResponse,ListBatchJobRestartPointsResponse,ListDataSetImportHistoryResponse,ListDataSetsResponse,ListDeploymentsResponse,ListEngineVersionsResponse,ListEnvironmentsResponse,ListTagsForResourceResponse,StartApplicationResponse,StartBatchJobResponse,StopApplicationResponse,TagResourceResponse,UntagResourceResponse,UpdateApplicationResponse,UpdateEnvironmentResponse
@Generated("software.amazon.awssdk:codegen") public abstract class M2Response extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM2Response.Builderprotected static classM2Response.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedM2Response(M2Response.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description M2ResponseMetadataresponseMetadata()-
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
-
M2Response
protected M2Response(M2Response.Builder builder)
-
-
Method Detail
-
responseMetadata
public M2ResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-