Amazon.ECS.Model.ItemAttributes.WithDialColor C# (CSharp) Méthode

WithDialColor() public méthode

Sets the DialColor property
public WithDialColor ( String dialColor ) : ItemAttributes
dialColor String DialColor property
Résultat ItemAttributes
        public ItemAttributes WithDialColor(String dialColor)
        {
            this.dialColorField = dialColor;
            return this;
        }
ItemAttributes