Amazon.ECS.Model.ItemAttributes.WithTheatricalReleaseDate C# (CSharp) Метод

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

Sets the TheatricalReleaseDate property
public WithTheatricalReleaseDate ( String theatricalReleaseDate ) : ItemAttributes
theatricalReleaseDate String TheatricalReleaseDate property
Результат ItemAttributes
        public ItemAttributes WithTheatricalReleaseDate(String theatricalReleaseDate)
        {
            this.theatricalReleaseDateField = theatricalReleaseDate;
            return this;
        }
ItemAttributes