Information about the file that you're transcoding.
コード例 #1
0
ファイル: Job.cs プロジェクト: davidsidlinger/aws-sdk-net
 /// <summary>
 /// Sets the Input property
 /// </summary>
 /// <param name="input">The value to set for the Input property </param>
 /// <returns>this instance</returns>
 public Job WithInput(JobInput input)
 {
     this.input = input;
     return this;
 }
コード例 #2
0
 public CreateJobRequest WithInput(JobInput input)
 {
     this.input = input;
     return(this);
 }
コード例 #3
0
 public Job WithInput(JobInput input)
 {
     this.input = input;
     return(this);
 }
コード例 #4
0
 public CreateJobRequest WithInput(JobInput input)
 {
     this.input = input;
     return this;
 }