Amazon.ECS.Model.TransactionTotals.WithTotal C# (CSharp) Méthode

WithTotal() public méthode

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