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

WithReleaseDate() public method

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