Amazon.ECS.Model.ItemAttributes.WithTheatricalReleaseDate C# (CSharp) Method

WithTheatricalReleaseDate() public method

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