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

WithReleaseDate() public méthode

Sets the ReleaseDate property
public WithReleaseDate ( String releaseDate ) : MerchantItemAttributes
releaseDate String ReleaseDate property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithReleaseDate(String releaseDate)
        {
            this.releaseDateField = releaseDate;
            return this;
        }
MerchantItemAttributes