Amazon.ECS.Model.MerchantItemAttributes.WithTheatricalReleaseDate C# (CSharp) Méthode

WithTheatricalReleaseDate() public méthode

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