Amazon.ECS.Model.TransactionLookupResponse.WithTransactions C# (CSharp) Méthode

WithTransactions() public méthode

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