Amazon.ECS.Model.MerchantItemAttributes.WithColor C# (CSharp) 메소드

WithColor() 공개 메소드

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