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

WithDescription() public méthode

Sets the Description property
public WithDescription ( String description ) : MerchantItemAttributes
description String Description property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithDescription(String description)
        {
            this.descriptionField = description;
            return this;
        }
MerchantItemAttributes