Amazon.ECS.Model.SellerListingSearchRequest.WithSellerId C# (CSharp) 메소드

WithSellerId() 공개 메소드

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
리턴 SellerListingSearchRequest
        public SellerListingSearchRequest WithSellerId(String sellerId)
        {
            this.sellerIdField = sellerId;
            return this;
        }