Amazon.ECS.Model.ItemAttributes.WithSKU C# (CSharp) Méthode

WithSKU() public méthode

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