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

WithColor() public méthode

Sets the Color property
public WithColor ( String color ) : MerchantItemAttributes
color String Color property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithColor(String color)
        {
            this.colorField = color;
            return this;
        }
MerchantItemAttributes