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