Amazon.ECS.Model.SellerListingLookup.WithRequest C# (CSharp) 메소드

WithRequest() 공개 메소드

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