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

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

Sets the SKU property
public WithSKU ( String SKU ) : ItemAttributes
SKU String SKU property
Результат ItemAttributes
        public ItemAttributes WithSKU(String SKU)
        {
            this.SKUField = SKU;
            return this;
        }
ItemAttributes