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

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

Sets the Warranty property
public WithWarranty ( String warranty ) : ItemAttributes
warranty String Warranty property
Результат ItemAttributes
        public ItemAttributes WithWarranty(String warranty)
        {
            this.warrantyField = warranty;
            return this;
        }
ItemAttributes