Amazon.ECS.Model.TransactionLookupResponse.WithTransactions C# (CSharp) 메소드

WithTransactions() 공개 메소드

Sets the Transactions property
public WithTransactions ( ) : TransactionLookupResponse
리턴 TransactionLookupResponse
        public TransactionLookupResponse WithTransactions(params Transactions[] list)
        {
            foreach (Transactions item in list)
            {
                Transactions.Add(item);
            }
            return this;
        }