Amazon.ECS.Model.ItemAttributes.WithStyle C# (CSharp) Method

WithStyle() public method

Sets the Style property
public WithStyle ( String style ) : ItemAttributes
style String Style property
return ItemAttributes
        public ItemAttributes WithStyle(String style)
        {
            this.styleField = style;
            return this;
        }
ItemAttributes