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

WithDialColor() 공개 메소드

Sets the DialColor property
public WithDialColor ( String dialColor ) : MerchantItemAttributes
dialColor String DialColor property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithDialColor(String dialColor)
        {
            this.dialColorField = dialColor;
            return this;
        }
MerchantItemAttributes