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

WithWarranty() public method

Sets the Warranty property
public WithWarranty ( String warranty ) : ItemAttributes
warranty String Warranty property
return ItemAttributes
        public ItemAttributes WithWarranty(String warranty)
        {
            this.warrantyField = warranty;
            return this;
        }
ItemAttributes