AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListJobTemplates operation. Retrieve a JSON array of up to twenty of your job templates. This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaConvert.AmazonMediaConvertRequest
      Amazon.MediaConvert.Model.ListJobTemplatesRequest

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class ListJobTemplatesRequest : AmazonMediaConvertRequest
         IAmazonWebServiceRequest

The ListJobTemplatesRequest type exposes the following members

Constructors

NameDescription
Public Method ListJobTemplatesRequest()

Properties

NameTypeDescription
Public Property Category System.String

Gets and sets the property Category. Optionally, specify a job template category to limit responses to only job templates from that category.

Public Property ListBy Amazon.MediaConvert.JobTemplateListBy

Gets and sets the property ListBy. Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults. Optional. Number of job templates, up to twenty, that will be returned at one time.

Public Property NextToken System.String

Gets and sets the property NextToken. Use this string, provided with the response to a previous request, to request the next batch of job templates.

Public Property Order Amazon.MediaConvert.Order

Gets and sets the property Order. Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5