Amazon.ECS.Model.SellerListingLookup.WithRequest C# (CSharp) Méthode

WithRequest() public méthode

Sets the Request property
public WithRequest ( ) : SellerListingLookup
Résultat SellerListingLookup
        public SellerListingLookup WithRequest(params SellerListingLookupRequest[] list)
        {
            foreach (SellerListingLookupRequest item in list)
            {
                Request.Add(item);
            }
            return this;
        }