Amazon.ECS.Model.MerchantItemAttributes.WithTheatricalReleaseDate C# (CSharp) 메소드

WithTheatricalReleaseDate() 공개 메소드

Sets the TheatricalReleaseDate property
public WithTheatricalReleaseDate ( String theatricalReleaseDate ) : MerchantItemAttributes
theatricalReleaseDate String TheatricalReleaseDate property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTheatricalReleaseDate(String theatricalReleaseDate)
        {
            this.theatricalReleaseDateField = theatricalReleaseDate;
            return this;
        }
MerchantItemAttributes