Amazon.ECS.Model.ItemAttributes.WithStyle C# (CSharp) Метод

WithStyle() публичный Метод

Sets the Style property
public WithStyle ( String style ) : ItemAttributes
style String Style property
Результат ItemAttributes
        public ItemAttributes WithStyle(String style)
        {
            this.styleField = style;
            return this;
        }
ItemAttributes