Amazon.ECS.Model.TransactionTotals.WithTotal C# (CSharp) 메소드

WithTotal() 공개 메소드

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