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

WithSKU() public method

Sets the SKU property
public WithSKU ( String SKU ) : ItemAttributes
SKU String SKU property
return ItemAttributes
        public ItemAttributes WithSKU(String SKU)
        {
            this.SKUField = SKU;
            return this;
        }
ItemAttributes