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

WithSize() public method

Sets the Size property
public WithSize ( String size ) : ItemAttributes
size String Size property
return ItemAttributes
        public ItemAttributes WithSize(String size)
        {
            this.sizeField = size;
            return this;
        }
ItemAttributes