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

WithSellerId() 공개 메소드

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