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