Amazon.ElasticTranscoder.AmazonElasticTranscoderClient.ReadPreset C# (CSharp) Метод

ReadPreset() публичный Метод

The ReadPreset operation gets detailed information about a preset.
/// General authentication failure. The request was not signed correctly. /// /// /// /// Elastic Transcoder encountered an unexpected exception while trying to fulfill the /// request. /// /// The requested resource does not exist or is not available. For example, the pipeline /// to which you're trying to add a job doesn't exist or is still being created. /// /// One or more required parameter values were not provided in the request. ///
public ReadPreset ( ReadPresetRequest request ) : ReadPresetResponse
request Amazon.ElasticTranscoder.Model.ReadPresetRequest Container for the necessary parameters to execute the ReadPreset service method.
Результат Amazon.ElasticTranscoder.Model.ReadPresetResponse
        public ReadPresetResponse ReadPreset(ReadPresetRequest request)
        {
            var marshaller = new ReadPresetRequestMarshaller();
            var unmarshaller = ReadPresetResponseUnmarshaller.Instance;

            return Invoke<ReadPresetRequest,ReadPresetResponse>(request, marshaller, unmarshaller);
        }