Class BatchResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.batch.model.BatchResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelJobResponse,CreateComputeEnvironmentResponse,CreateConsumableResourceResponse,CreateJobQueueResponse,CreateSchedulingPolicyResponse,DeleteComputeEnvironmentResponse,DeleteConsumableResourceResponse,DeleteJobQueueResponse,DeleteSchedulingPolicyResponse,DeregisterJobDefinitionResponse,DescribeComputeEnvironmentsResponse,DescribeConsumableResourceResponse,DescribeJobDefinitionsResponse,DescribeJobQueuesResponse,DescribeJobsResponse,DescribeSchedulingPoliciesResponse,GetJobQueueSnapshotResponse,ListConsumableResourcesResponse,ListJobsByConsumableResourceResponse,ListJobsResponse,ListSchedulingPoliciesResponse,ListTagsForResourceResponse,RegisterJobDefinitionResponse,SubmitJobResponse,TagResourceResponse,TerminateJobResponse,UntagResourceResponse,UpdateComputeEnvironmentResponse,UpdateConsumableResourceResponse,UpdateJobQueueResponse,UpdateSchedulingPolicyResponse
@Generated("software.amazon.awssdk:codegen") public abstract class BatchResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchResponse.Builderprotected static classBatchResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBatchResponse(BatchResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchResponseMetadataresponseMetadata()-
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
-
BatchResponse
protected BatchResponse(BatchResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public BatchResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-