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

WithTheatricalReleaseDate() public method

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