Class ElasticTranscoderResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
CancelJobResponse,CreateJobResponse,CreatePipelineResponse,CreatePresetResponse,DeletePipelineResponse,DeletePresetResponse,ListJobsByPipelineResponse,ListJobsByStatusResponse,ListPipelinesResponse,ListPresetsResponse,ReadJobResponse,ReadPipelineResponse,ReadPresetResponse,UpdatePipelineNotificationsResponse,UpdatePipelineResponse,UpdatePipelineStatusResponse
@Generated("software.amazon.awssdk:codegen") public abstract class ElasticTranscoderResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceElasticTranscoderResponse.Builderprotected static classElasticTranscoderResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedElasticTranscoderResponse(ElasticTranscoderResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticTranscoderResponseMetadataresponseMetadata()-
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
-
ElasticTranscoderResponse
protected ElasticTranscoderResponse(ElasticTranscoderResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public ElasticTranscoderResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-