Amazon.ECS.Model.TransactionTotals.WithTotal C# (CSharp) Method

WithTotal() public method

Sets the Total property
public WithTotal ( Price total ) : TransactionTotals
total Price Total property
return TransactionTotals
        public TransactionTotals WithTotal(Price total)
        {
            this.totalField = total;
            return this;
        }